]> www.tinc-vpn.org Git - tinc/blobdiff - src/device.h
Make DeviceStandby control network interface link status on Windows.
[tinc] / src / device.h
index 85112ffc02c14900491da039177b06896b4406a4..ad91a0e667baa9253affb88b739757ba46a53fb6 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;