2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +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

@@ -92,7 +92,7 @@ xset_nonblocking(int fd)
}
}
static int
int
set_dscp(int fd, uint8_t dscp)
{
int val;