2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00

socket-util: export set_dscp()

It will be used later for dynamic dscp change to listening socket.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Isaku Yamahata
2012-09-26 16:12:06 +09:00
committed by Ben Pfaff
parent 1b2c20d8f2
commit 6b9c1eab52
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
int set_nonblocking(int fd);
void xset_nonblocking(int fd);
int set_dscp(int fd, uint8_t dscp);
int get_max_fds(void);