libcgroup
|
#include <libcgroup-internal.h>
Data Fields | |
struct cgroup_dictionary_item * | head |
struct cgroup_dictionary_item * | tail |
int | flags |
Dictionary of (name, value) items. The dictionary keeps its order, iterator iterates in the same order as the items were added there. It is not hash-style structure, it does not provide random access to its items nor quick search. This structure should be opaque to users of the dictionary, underlying data structure might change anytime and without warnings.