#ifndef __CGROUP_H__#define __CGROUP_H__structoption;structcgroup_sel{char*name;intfd;intrefcnt;};externintnr_cgroups;/* number of explicit cgroups defined */externvoidclose_cgroup(structcgroup_sel*cgrp);externintparse_cgroups(conststructoption*opt,constchar*str,intunset);#endif /* __CGROUP_H__ */