Skip to content

Commit

Permalink
Merge pull request logrhythm#80 from john-gress/syslog_thread
Browse files Browse the repository at this point in the history
Add syslog queue size to config.
  • Loading branch information
Ben Aldrich committed Oct 18, 2013
2 parents e800728 + 4497b57 commit a7feba4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions protofiles/BaseConfMsg.proto
Expand Up @@ -9,10 +9,12 @@ message BaseConf {
optional string pcapBufferSize = 9;
optional string pcapInterface = 10;
optional string dpiHalfSessions = 11;
optional string packetSendQueueSize = 13;
optional string packetRecvQueueSize = 14;
optional string dpiMsgSendQueueSize = 15;
optional string dpiMsgRecvQueueSize = 16;
optional string packetSendQueueSize = 12;
optional string packetRecvQueueSize = 13;
optional string dpiMsgSendQueueSize = 14;
optional string dpiMsgRecvQueueSize = 15;
optional string syslogSendQueueSize = 16;
optional string syslogRecvQueueSize = 17;
optional string qosmosDebugModeEnabled = 18;
optional string qosmos64BytePool = 19;
optional string qosmos128BytePool = 20;
Expand Down

0 comments on commit a7feba4

Please sign in to comment.