]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Monitor a PFROUTE socket on *BSD and macOS.
[meshlink] / src / meshlink_internal.h
index 011075079e86473166c17a1dd28bfb389ff0325f..ed8489abdce555fd8f342745925eedb0736c723b 100644 (file)
@@ -188,6 +188,9 @@ struct meshlink_handle {
        char *catta_servicetype;
        unsigned int catta_interfaces;
 
+       // PFROUTE
+       io_t pfroute_io;
+
        // ADNS
        pthread_t adns_thread;
        pthread_cond_t adns_cond;