diff options
Diffstat (limited to 'src/mds-base.h')
-rw-r--r-- | src/mds-base.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mds-base.h b/src/mds-base.h index e206a78..b4e4ad7 100644 --- a/src/mds-base.h +++ b/src/mds-base.h @@ -19,6 +19,9 @@ #define MDS_MDS_BASE_H +#include <pthread.h> + + /** * Characteristics of the server */ @@ -71,6 +74,11 @@ extern int is_reexec; */ extern int socket_fd; +/** + * The thread that runs the master loop + */ +extern pthread_t master_thread; + /** |