summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 1433509..7963505 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -325,6 +325,8 @@ struct fastd_context {
int android_ctrl_sock_fd; /**< The unix domain socket for communicating with Android GUI */
#endif
+ int ioctl_sock; /**< The global ioctl socket */
+
size_t n_socks; /**< The number of sockets in socks */
fastd_socket_t *socks; /**< Array of all sockets */