2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-23 02:17:22 +00:00
criu/sk-netlink.c

12 lines
192 B
C
Raw Normal View History

#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);
}