output: Remove unused variables/define

pull/5257/head
Jeff Lucovsky 5 years ago committed by Victor Julien
parent 92e2e2ec8d
commit 1b791f34a5

@ -55,7 +55,6 @@ typedef struct LogDHCPFileCtx_ {
typedef struct LogDHCPLogThread_ {
LogDHCPFileCtx *dhcplog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogDHCPLogThread;

@ -266,8 +266,6 @@ typedef struct LogDnsFileCtx_ {
typedef struct LogDnsLogThread_ {
LogDnsFileCtx *dnslog_ctx;
/** LogFileCtx has the pointer to the file and a mutex to allow multithreading */
uint32_t dns_cnt;
MemBuffer *buffer;
} LogDnsLogThread;

@ -55,7 +55,6 @@ typedef struct LogFTPFileCtx_ {
typedef struct LogFTPLogThread_ {
LogFTPFileCtx *ftplog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogFTPLogThread;

@ -65,8 +65,6 @@
#define MODULE_NAME "JsonMetadataLog"
#define JSON_STREAM_BUFFER_SIZE 4096
typedef struct MetadataJsonOutputCtx_ {
LogFileCtx* file_ctx;
OutputJsonCommonSettings cfg;

@ -51,7 +51,6 @@ typedef struct LogRdpFileCtx_ {
typedef struct LogRdpLogThread_ {
LogRdpFileCtx *rdplog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogRdpLogThread;

@ -53,7 +53,6 @@ typedef struct LogRFBFileCtx_ {
typedef struct LogRFBLogThread_ {
LogRFBFileCtx *rfblog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogRFBLogThread;

@ -61,7 +61,6 @@ typedef struct LogTemplateFileCtx_ {
typedef struct LogTemplateLogThread_ {
LogTemplateFileCtx *templatelog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogTemplateLogThread;

@ -60,7 +60,6 @@ typedef struct LogTemplateFileCtx_ {
typedef struct LogTemplateLogThread_ {
LogTemplateFileCtx *templatelog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogTemplateLogThread;

@ -58,7 +58,6 @@ typedef struct LogTFTPFileCtx_ {
typedef struct LogTFTPLogThread_ {
LogTFTPFileCtx *tftplog_ctx;
uint32_t count;
MemBuffer *buffer;
} LogTFTPLogThread;

Loading…
Cancel
Save