chg: [pibs] bypass flag for the synseen logic

master
Gerard Wagener 2020-02-19 17:18:35 +01:00
parent 38036c3f47
commit acce48baee
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ typedef struct pibs_s {
pcap_t* outcap;
uint32_t redisdb;
void* synseen_callback;
int bypass;
} pibs_t;
int load_shmid_file(pibs_t* pibs);