summaryrefslogtreecommitdiffstats
path: root/runtime/datetime.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:19:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:19:10 +0200
commit221dc8a3224dcb59a7dd3158716a8d24cee71618 (patch)
treeeec5380f444ac2f314d6a3a561a2f672b204d889 /runtime/datetime.h
parent8962c6b011f70bb7033d58641c2e4f3a73e7801a (diff)
downloadrsyslog-221dc8a3224dcb59a7dd3158716a8d24cee71618.tar.gz
rsyslog-221dc8a3224dcb59a7dd3158716a8d24cee71618.tar.xz
rsyslog-221dc8a3224dcb59a7dd3158716a8d24cee71618.zip
some more optimizations of the msg_t object (minor)
Diffstat (limited to 'runtime/datetime.h')
-rw-r--r--runtime/datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/datetime.h b/runtime/datetime.h
index efb0a0af..1ea99aba 100644
--- a/runtime/datetime.h
+++ b/runtime/datetime.h
@@ -42,7 +42,7 @@ BEGINinterface(datetime) /* name must also be changed in ENDinterface macro! */
int (*formatTimestampToPgSQL)(struct syslogTime *ts, char *pDst, size_t iLenDst);
int (*formatTimestamp3339)(struct syslogTime *ts, char* pBuf, size_t iLenBuf);
int (*formatTimestamp3164)(struct syslogTime *ts, char* pBuf, size_t iLenBuf);
- int (*formatTimestampSecFrac)(struct syslogTime *ts, char* pBuf, size_t iLenBuf);
+ int (*formatTimestampSecFrac)(struct syslogTime *ts, char* pBuf);
ENDinterface(datetime)
#define datetimeCURR_IF_VERSION 2 /* increment whenever you change the interface structure! */
/* interface changes: