diff options
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r-- | src/charon/daemon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h index 5d590754b..8399523ec 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -299,6 +299,16 @@ struct daemon_t { #endif /* ME */ /** + * User ID the daemon will user after initialization + */ + uid_t uid; + + /** + * Group ID the daemon will use after initialization + */ + gid_t gid; + + /** * Shut down the daemon. * * @param reason describtion why it will be killed |