mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
Manual tagging
This commit is contained in:
@@ -60,6 +60,8 @@ typedef struct {
|
||||
char *es_url;
|
||||
int batch_size;
|
||||
tpool_t *pool;
|
||||
store_t *tag_store;
|
||||
GHashTable *tags;
|
||||
} IndexCtx_t;
|
||||
|
||||
typedef struct {
|
||||
@@ -68,6 +70,7 @@ typedef struct {
|
||||
char *auth_user;
|
||||
char *auth_pass;
|
||||
int auth_enabled;
|
||||
int tag_auth_enabled;
|
||||
struct index_t indices[64];
|
||||
} WebCtx_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user