summaryrefslogtreecommitdiff
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r--src/charon/daemon.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index 89e03eb93..1b9392f8e 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -15,7 +15,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * $Id: daemon.h 4622 2008-11-11 10:52:37Z martin $
+ * $Id: daemon.h 4797 2008-12-12 09:13:06Z martin $
*/
/**
@@ -303,6 +303,11 @@ struct daemon_t {
*/
gid_t gid;
+ /**
+ * The thread_id of main-thread.
+ */
+ pthread_t main_thread_id;
+
/**
* Do not drop a given capability after initialization.
*