summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_clone.h
blob: 50dec0b4595a0c19c965ce1f86fe704ddec82a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) NGINX, Inc.
 */

#ifndef _NXT_CLONE_INCLUDED_
#define _NXT_CLONE_INCLUDED_


pid_t nxt_clone(nxt_int_t flags);

#if (NXT_HAVE_CLONE_NEWUSER)
nxt_int_t nxt_clone_proc_map(nxt_task_t *task, pid_t pid,
        nxt_process_clone_t *clone);
#endif

#endif /* _NXT_CLONE_INCLUDED_ */