From e2af7c4583d02e06a9559e3d5f84876146388ef8 Mon Sep 17 00:00:00 2001 From: Craig Cogdill Date: Fri, 13 Nov 2015 15:14:06 -0700 Subject: [PATCH] Added thread affinity enabler back --- protofiles/BaseConfMsg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protofiles/BaseConfMsg.proto b/protofiles/BaseConfMsg.proto index 859a1539d8d0a..f373c4161dcb0 100644 --- a/protofiles/BaseConfMsg.proto +++ b/protofiles/BaseConfMsg.proto @@ -54,6 +54,7 @@ message BaseConf { optional string sizeOfPcapChunks = 51; optional string numberOfPcapChunks = 52; optional string pCapRemovalNotifyQueue = 53; + optional string enableThreadAffinity = 54;