From b18d2d71e7d53737b071f878881868945bb35063 Mon Sep 17 00:00:00 2001 From: Kjell Hedstrom Date: Thu, 19 Jun 2014 23:49:51 -0600 Subject: [PATCH] Added queue size as configurable parameters for writer/feedback queues (disk packet capture) --- protofiles/BaseConfMsg.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/protofiles/BaseConfMsg.proto b/protofiles/BaseConfMsg.proto index be5b2a958ddf5b..5076c987468128 100644 --- a/protofiles/BaseConfMsg.proto +++ b/protofiles/BaseConfMsg.proto @@ -45,8 +45,13 @@ message BaseConf { optional string flowReportInterval = 48; optional string esIndexerQueueSize = 49; optional string syslogQueue = 50; + optional string diskpacketwriterQueueSize = 51; + optional string diskpacketwriterFeedbackQueueSize = 52; - // REMEMBER to add any new parameters to the unit test at + + // REMEMBER to : + // 1. Add Default validation for ANY new parameter you add above + // 2. add any new parameters to the unit test at // Research/test/ConfBaseValidationTests.cpp : // ValidateAllFieldsSetInvalidOnXLowerBound // ValidateAllFieldsSetInvalidOnXUpperBound