2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00
criu/include/sk-inet.h

7 lines
173 B
C
Raw Normal View History

#ifndef __CR_SK_INET_H__
#define __CR_SK_INET_H__
struct inet_sk_info;
int inet_bind(int sk, struct inet_sk_info *);
int inet_connect(int sk, struct inet_sk_info *);
#endif