libcgroup
Loading...
Searching...
No Matches
cgroup_dictionary_item Struct Reference

#include <libcgroup-internal.h>

Data Fields

const char * name
 
const char * value
 
struct cgroup_dictionary_itemnext
 

Detailed Description

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.


The documentation for this struct was generated from the following file: