From aa9ad56a5b0faeb9528558f6197ff967c6714e94 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 12 Apr 2021 09:12:23 -0400 Subject: [PATCH] output/log: Removed pcie (Tilera) log vestiges This commit removes the last remnants of the Tilera log output mechanism (unsupported since 5.0.x). --- src/util-logopenfile.c | 1 - src/util-logopenfile.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/util-logopenfile.c b/src/util-logopenfile.c index b8eee25ed0..0899b8cf3b 100644 --- a/src/util-logopenfile.c +++ b/src/util-logopenfile.c @@ -576,7 +576,6 @@ SCConfLogOpenGeneric(ConfNode *conf, } else { SCLogError(SC_ERR_INVALID_YAML_CONF_ENTRY, "Invalid entry for " "%s.filetype. Expected \"regular\" (default), \"unix_stream\", " - "\"pcie\" " "or \"unix_dgram\"", conf->name); } diff --git a/src/util-logopenfile.h b/src/util-logopenfile.h index cc62802264..58d95d27a1 100644 --- a/src/util-logopenfile.h +++ b/src/util-logopenfile.h @@ -33,10 +33,6 @@ #include "suricata-plugin.h" -typedef struct { - uint16_t fileno; -} PcieFile; - enum LogFileType { LOGFILE_TYPE_FILE, LOGFILE_TYPE_SYSLOG, LOGFILE_TYPE_UNIX_DGRAM, @@ -60,7 +56,6 @@ typedef struct LogThreadedFileCtx_ { typedef struct LogFileCtx_ { union { FILE *fp; - PcieFile *pcie_fp; LogThreadedFileCtx *threads; void *plugin_data; #ifdef HAVE_LIBHIREDIS