summaryrefslogtreecommitdiffstats
path: root/dirty.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-12-06 17:27:37 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-12-06 17:27:37 +0100
commit42d1d27a019f25bf39c1f424cd9fb23560728c58 (patch)
treeebd6f6afb5e41bd8570ca5ca398deef518f60c8c /dirty.h
parent7df68798be96d38fcb17143daa2c3e2b093a8ba5 (diff)
parent27e0f06b17b59e5de7db94ec1d0e74369536373a (diff)
downloadrsyslog-42d1d27a019f25bf39c1f424cd9fb23560728c58.tar.gz
rsyslog-42d1d27a019f25bf39c1f424cd9fb23560728c58.tar.bz2
rsyslog-42d1d27a019f25bf39c1f424cd9fb23560728c58.zip
Merge branch 'v7-stable-newmsglock' into master-newmsglock
Conflicts: runtime/msg.c runtime/queue.c tools/syslogd.c
Diffstat (limited to 'dirty.h')
-rw-r--r--dirty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirty.h b/dirty.h
index 743632a2..4db2e3ce 100644
--- a/dirty.h
+++ b/dirty.h
@@ -35,7 +35,7 @@ rsRetVal multiSubmitFlush(multi_submit_t *pMultiSub);
rsRetVal logmsgInternal(int iErr, int pri, uchar *msg, int flags);
rsRetVal __attribute__((deprecated)) parseAndSubmitMessage(uchar *hname, uchar *hnameIP, uchar *msg, int len, int flags, flowControl_t flowCtlTypeu, prop_t *pInputName, struct syslogTime *stTime, time_t ttGenTime, ruleset_t *pRuleset);
rsRetVal diagGetMainMsgQSize(int *piSize); /* for imdiag */
-rsRetVal createMainQueue(qqueue_t **ppQueue, uchar *pszQueueName);
+rsRetVal createMainQueue(qqueue_t **ppQueue, uchar *pszQueueName, struct cnfparamvals *queueParams);
extern int MarkInterval;
extern qqueue_t *pMsgQueue; /* the main message queue */