libcgroup
|
#include <libcgroup-internal.h>
Data Fields | |
const char * | name |
const char * | value |
struct cgroup_dictionary_item * | next |
Internal item of dictionary. Linked list is sufficient for now - we need only 'add' operation and simple iterator. In future, this might be easily rewritten to dynamic array when random access is needed, just keep in mind that the order is important and the iterator should return the items in the order they were added there.