#endif
struct cgroup_abstraction_map {
- /* if the conversion isn't a one-to-one mapping or the mathematical
+ /*
+ * if the conversion isn't a one-to-one mapping or the mathematical
* conversion is unique, create a custom conversion function.
*/
- int (*cgroup_convert)(struct cgroup_controller * const dst_cgc,
- const char * const in_value,
- const char * const out_setting,
- void *in_dflt, void *out_dflt);
+ int (*cgroup_convert)(struct cgroup_controller * const dst_cgc, const char * const in_value,
+ const char * const out_setting, void *in_dflt, void *out_dflt);
char *in_setting;
void *in_dflt;
char *out_setting;