> Based on IRC conversation, here is list of macros, that current > libcgroup.h exports: > > /* Maximum number of mount points/controllers */ > #define MAX_MNT_ELEMENTS 8 > /* Estimated number of groups created */ > #define MAX_GROUP_ELEMENTS 128 > > max. number of parameters inside controller? > #define CG_NV_MAX 100 > > max. nr. of controllers > #define CG_CONTROLLER_MAX 100 > > max. length of value > #define CG_VALUE_MAX 100 > > /* Max number of mounted hierarchies. */ > #define CG_HIER_MAX CG_CONTROLLER_MAX >
Since these are all useful only internally and are more of a MAX type of macros, I think we should look at eliminating them. Dhaval ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
