From 498b8600707e979f78ee02641d56702784138b70 Mon Sep 17 00:00:00 2001 From: Milan Bartos Date: Wed, 12 Sep 2012 09:39:34 +0200 Subject: Made imkmsg parse the messages instead of creating string to be parsed later. modified: imkmsg.c modified: imkmsg.h modified: kmsg.c --- plugins/imkmsg/imkmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/imkmsg/imkmsg.h') diff --git a/plugins/imkmsg/imkmsg.h b/plugins/imkmsg/imkmsg.h index d33186b0..220a1634 100644 --- a/plugins/imkmsg/imkmsg.h +++ b/plugins/imkmsg/imkmsg.h @@ -48,7 +48,7 @@ int klogFacilIntMsg(); /* the functions below may be called by the drivers */ rsRetVal imkmsgLogIntMsg(int priority, char *fmt, ...) __attribute__((format(printf,2, 3))); -rsRetVal Syslog(int priority, uchar *msg, struct timeval *tp); +rsRetVal Syslog(int priority, uchar *msg, struct timeval *tp, struct json_object *json); /* prototypes */ extern int klog_getMaxLine(void); /* work-around for klog drivers to get configured max line size */ -- cgit v1.2.3