]> tinc-vpn.org Git - tinc/blobdiff - src/device.h
Remove the TAP-Win32 reader thread.
[tinc] / src / device.h
index c91f0354ff60c14ec07489893a1f31f19db87106..ad91a0e667baa9253affb88b739757ba46a53fb6 100644 (file)
@@ -37,7 +37,8 @@ typedef struct devops_t {
        void (*close)(void);
        bool (*read)(struct vpn_packet_t *);
        bool (*write)(struct vpn_packet_t *);
-       void (*dump_stats)(void);
+       void (*enable)(void);   /* optional */
+       void (*disable)(void);  /* optional */
 } devops_t;
 
 extern const devops_t os_devops;