Group multiple contexts
Name
gic_head : Group multiple contexts
Synopsis
#include <ggi/gic_structs.h> #define GIC_NAMELEN 65 struct gic_head { char name[GIC_NAMELEN]; /* name of the context */ /* list of attached contexts */ GG_SIMPLEQ_HEAD(, gic_contextlist) contexts; };
Description
This is a convenience structure that can be used to group contexts. There are some convenience functions that will load/restore complete heads allowing to save configuration with a single call.
- name
The name of the context
- contexts
lists of attached contexts