mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +00:00
12 lines
192 B
C
12 lines
192 B
C
|
#include <unistd.h>
|
||
|
|
||
|
#include "crtools.h"
|
||
|
|
||
|
#include "protobuf.h"
|
||
|
#include "protobuf/sk-netlink.pb-c.h"
|
||
|
|
||
|
void show_netlinksk(int fd, struct cr_options *o)
|
||
|
{
|
||
|
pb_show_plain(fd, PB_NETLINKSK);
|
||
|
}
|