&table_name ## _table_desc, dir); \
}
-
/** Define the \p init function for this blob type. */
#define DEFINE_BLOB_INIT(table_name) \
void table_name ## _init(struct afs_table *t) \
t->close = table_name ## _close; \
t->create = table_name ## _create;\
t->event_handler = table_name ##_event_handler; \
- table_name ## _table = NULL; \
}
-
/** Define all functions for this blob type. */
#define DEFINE_BLOB_FUNCTIONS(table_name, short_name, c_short_name) \
DEFINE_BLOB_OPEN(table_name) \