Merge branch 'winevents-clean' of https://github.com/dechamps/tinc into 1.1
[tinc] / src / device.h
index 85112ff..ad91a0e 100644 (file)
@@ -37,6 +37,8 @@ typedef struct devops_t {
        void (*close)(void);
        bool (*read)(struct vpn_packet_t *);
        bool (*write)(struct vpn_packet_t *);
+       void (*enable)(void);   /* optional */
+       void (*disable)(void);  /* optional */
 } devops_t;
 
 extern const devops_t os_devops;