aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-07-16 11:54:37 -0700
committerBen Pfaff <blp@nicira.com>2009-07-16 11:54:37 -0700
commit3b01baa3970139c3a195017ab1ea3e42761e3db2 (patch)
tree85ddc625b6a0a930b9e5cef44ab462e9de44f1cd /lib/socket-util.h
parent080ec396fd98fa6848295a7582c3fbfeb0a3589d (diff)
parent3c303e5fe1061b8715be018ae8e535cbc24303c9 (diff)
Merge citrix branch into master.
Diffstat (limited to 'lib/socket-util.h')
-rw-r--r--lib/socket-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket-util.h b/lib/socket-util.h
index d8088389..febe5e73 100644
--- a/lib/socket-util.h
+++ b/lib/socket-util.h
@@ -32,6 +32,7 @@ int make_unix_socket(int style, bool nonblock, bool passcred,
const char *bind_path, const char *connect_path);
int get_unix_name_len(socklen_t sun_len);
uint32_t guess_netmask(uint32_t ip);
+int get_null_fd(void);
int tcp_open_active(const char *target, uint16_t default_port,
struct sockaddr_in *sinp, int *fdp);