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

#include <libcgroup-internal.h>

Data Fields

struct cgroup_dictionary_itemhead
 
struct cgroup_dictionary_itemtail
 
int flags
 

Detailed Description

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.


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