]> git.meshlink.io Git - meshlink/blobdiff - src/device.h
Don't print device statistics when exiting tinc.
[meshlink] / src / device.h
index c91f0354ff60c14ec07489893a1f31f19db87106..85112ffc02c14900491da039177b06896b4406a4 100644 (file)
@@ -37,7 +37,6 @@ typedef struct devops_t {
        void (*close)(void);
        bool (*read)(struct vpn_packet_t *);
        bool (*write)(struct vpn_packet_t *);
-       void (*dump_stats)(void);
 } devops_t;
 
 extern const devops_t os_devops;