X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdevice.h;h=ad91a0e667baa9253affb88b739757ba46a53fb6;hb=313a752cb5fbf27450d34c15b0085d2d8a4147af;hp=e28647db8b83427ee2b828330b31795c2f3d6284;hpb=86c2990327fdf7ec1197aa73cb2b9a926a734db4;p=tinc diff --git a/src/device.h b/src/device.h index e28647db..ad91a0e6 100644 --- a/src/device.h +++ b/src/device.h @@ -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; @@ -48,4 +49,4 @@ extern const devops_t uml_devops; extern const devops_t vde_devops; extern devops_t devops; -#endif /* __TINC_DEVICE_H__ */ +#endif /* __TINC_DEVICE_H__ */