xref: /unit/src/nxt_cgroup.h (revision 2259:be0239db0ed9)
1 /*
2  * Copyright (C) Andrew Clayton
3  * Copyright (C) F5, Inc.
4  */
5 
6 #ifndef _NXT_CGROUP_H_INCLUDED_
7 #define _NXT_CGROUP_H_INCLUDED_
8 
9 
10 nxt_int_t nxt_cgroup_proc_add(nxt_task_t *task, nxt_process_t *process);
11 void nxt_cgroup_cleanup(nxt_task_t *task, const nxt_process_t *process);
12 
13 
14 #endif /* _NXT_CGROUP_H_INCLUDED_ */
15