summaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2011-08-31 20:05:15 +0200
committerDavid Sommerseth <davids@redhat.com>2011-08-31 20:22:57 +0200
commitd90428d141102a646a20b1310de1716621e32bd6 (patch)
tree755fb252ce9231f337b5b1c4436e0cb3dec21356 /socket.h
parent82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (diff)
downloadopenvpn-d90428d141102a646a20b1310de1716621e32bd6.tar.gz
openvpn-d90428d141102a646a20b1310de1716621e32bd6.tar.xz
openvpn-d90428d141102a646a20b1310de1716621e32bd6.zip
add --mark option to set SO_MARK sockopt
Signed-off-by: Heiko Hund <heiko.hund@sophos.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.h b/socket.h
index b385fb2..a9a29c5 100644
--- a/socket.h
+++ b/socket.h
@@ -324,6 +324,7 @@ link_socket_init_phase1 (struct link_socket *sock,
int mtu_discover_type,
int rcvbuf,
int sndbuf,
+ int mark,
unsigned int sockflags);
void link_socket_init_phase2 (struct link_socket *sock,