mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-03 15:23:04 +00:00
sk: Move protobuf.h from socket .h-s to sk-inet.c
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
1084ab2aff
commit
c7bca976d9
3 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include "sockets.h"
|
||||
#include "files.h"
|
||||
#include "common/list.h"
|
||||
#include "protobuf.h"
|
||||
#include "images/sk-inet.pb-c.h"
|
||||
|
||||
#define INET_ADDR_LEN 48 /* max of INET_ADDRSTRLEN and INET6_ADDRSTRLEN */
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include <stdbool.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "protobuf.h"
|
||||
#include "images/sk-opts.pb-c.h"
|
||||
|
||||
struct fdinfo_list_entry;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
#include "rst-malloc.h"
|
||||
#include "sockets.h"
|
||||
#include "sk-inet.h"
|
||||
#include "protobuf.h"
|
||||
#include "util.h"
|
||||
|
||||
#define PB_ALEN_INET 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue