#include <idtable.h>
Data Fields | |
| guint32 | size |
| numbers of slots available | |
| guint32 | esize |
| number of slots to add if table is full | |
| guint32 | ids |
| numbers of slots currently used | |
| guint32 | last_id |
| last issued id | |
| guint32 * | used_ids |
| binary array of used ids | |
| gpointer * | data |
| actual table array | |
|
|
actual table array
|
|
|
number of slots to add if table is full
|
|
|
numbers of slots currently used
|
|
|
last issued id
|
|
|
numbers of slots available
|
|
|
binary array of used ids
|
1.3.6