X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink_internal.h;h=a96050bfff1636e0ebc845e738ce0e2f88846a00;hb=refs%2Fheads%2Ffix%2Fnetwork-change-detection;hp=d6dc87d04f414d7149fdfea3e190342cb728fa15;hpb=a5df8a6eac570fc0f3b10cfcdeb9ccccc8dd1ac1;p=meshlink diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index d6dc87d0..a96050bf 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -185,6 +185,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;