Group multiple contexts
Name
gic_head : Group multiple contexts
Synopsis
#include <ggi/gic_structs.h> typedef struct gic_head { char name[65]; /* name of the context */ gic_contextlist *contexts; /* lists of attached contexts */ } gic_head;
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