X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink_internal.h;h=26186015cb3b40660acc040830a865fc69610cf0;hb=325d837df2ec867c668b6a911b97e719f196ba0e;hp=ceffea320325bfe3547e3896dbcccf785267f503;hpb=9634f8196d94e858c08495e77c578f21b672c27e;p=meshlink diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index ceffea32..26186015 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -182,6 +182,11 @@ struct meshlink_handle { int iface_count; int address_count; io_t sockets[2]; + time_t last_update; +#ifdef __APPLE__ + pthread_t thread; + void *runloop; +#endif } discovery; // ADNS