From 1bf89e0aedbd05b24579e7cdc326182d55ac10d2 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 15 Sep 2021 23:15:20 +0200 Subject: global: support changing transport socket --- src/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket.h') 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 #include -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, -- cgit v1.2.3