96
96
* @note You can use table->in_use as replacement for current_session member
97
97
* only inside of val_*() and store() members (e.g. you can't use it in cons)
106
119
Table *orig_table; /**< Pointer to the original Table. @TODO What is "the original table"? */
107
120
const char **table_name; /**< Pointer to the name of the table. @TODO This is redundant with Table::table_name. */
108
121
const char *field_name; /**< Name of the field */