QC: Setup and initialization separated
This is in preparation for using the general process/thread initialization mechanism.
This commit is contained in:
@ -127,7 +127,8 @@ typedef struct qc_field_info
|
||||
*/
|
||||
typedef struct query_classifier
|
||||
{
|
||||
bool (*qc_init)(const char* args);
|
||||
bool (*qc_setup)(const char* args);
|
||||
bool (*qc_init)(void);
|
||||
void (*qc_end)(void);
|
||||
|
||||
bool (*qc_thread_init)(void);
|
||||
|
Reference in New Issue
Block a user