summaryrefslogtreecommitdiffhomepage
path: root/src/socket.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-09-15 23:15:20 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2021-09-15 23:15:32 +0200
commit1bf89e0aedbd05b24579e7cdc326182d55ac10d2 (patch)
tree23d63c5db5d144c3892eac72f7d096dace3d7e43 /src/socket.h
parent6e73af25c5008b4330ad14b5e22b94fff8771eb9 (diff)
global: support changing transport socketfeature/socketdev
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index bab5848..f18308d 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -11,7 +11,7 @@
#include <linux/if_vlan.h>
#include <linux/if_ether.h>
-int wg_socket_init(struct wg_device *wg, u16 port);
+int wg_socket_init(struct wg_device *wg, u16 port, u32 socketdev);
void wg_socket_reinit(struct wg_device *wg, struct sock *new4,
struct sock *new6);
int wg_socket_send_buffer_to_peer(struct wg_peer *peer, void *data,