mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
7 lines
57 B
C
7 lines
57 B
C
|
#include "cr-service.h"
|
||
|
|
||
|
int cr_service()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|