diff options
author | lns <matzeton@googlemail.com> | 2018-04-26 17:59:09 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2018-04-26 17:59:09 +0200 |
commit | a2e40e828261e1d8407c1b5c02f715147e568170 (patch) | |
tree | ae3e703c072ec38c7c6cd2930ac03834ecbe81fc /src/jail.h | |
parent | dc8d50bd8d382505ca7a34d501097ce7c181803b (diff) |
POTD skeleton #31.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/jail.h')
-rw-r--r-- | src/jail.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ int jail_validate_ctx(const jail_ctx *ctx); int jail_setup_epoll(jail_ctx *ctx[], size_t siz); -pid_t jail_daemonize_epoll(int epoll_fd, jail_ctx *ctx[], size_t siz); +pid_t jail_daemonize(int epoll_fd, jail_ctx *ctx[], size_t siz); #endif |