#ifndef __CGROUP_H__#define __CGROUP_H__#include<linux/refcount.h>structoption;structcgroup_sel{char*name;intfd;refcount_trefcnt;};externintnr_cgroups;/* number of explicit cgroups defined */voidclose_cgroup(structcgroup_sel*cgrp);intparse_cgroups(conststructoption*opt,constchar*str,intunset);#endif /* __CGROUP_H__ */