#include <odytypes.h>
#include "ds_list.h"
#include "ds_rrlist.h"
Go to the source code of this file.
◆ DS_RRLIST_HASHSIZE
◆ DS_RRLIST_REQTAB_ELT_CREATE
#define DS_RRLIST_REQTAB_ELT_CREATE |
( |
|
rre, |
|
|
|
rqid, |
|
|
|
lst |
|
) |
| |
Value: do { \
(rre)->reqid = rqid; \
} while (0)
const magic_t ds_rrlist_reqtab_elt_magic
Definition: ds_rrlist.c:16
command_t list[]
Definition: repair.cc:29
Definition: ds_rrlist.private.h:50
◆ DS_RRLIST_REQTAB_ELT_DESTROY
#define DS_RRLIST_REQTAB_ELT_DESTROY |
( |
|
rre | ) |
|
Value: do { \
(rre)->magic = 0; \
(rre)->reqid = 0; \
FREE(rre); \
} while (0)
#define DS_RRLIST_REQTAB_ELT_VALID(rre)
Definition: ds_rrlist.private.h:47
#define NULL
Definition: voltypes.h:44
◆ DS_RRLIST_REQTAB_ELT_VALID
◆ DS_RRLIST_VALID
◆ ds_rrlist_reqtab_elt_t
◆ ds_rrlist_magic
◆ ds_rrlist_reqtab_elt_magic
const magic_t ds_rrlist_reqtab_elt_magic |
|
extern |