diff options
Diffstat (limited to 'common/elapi/elapi_log.h')
-rw-r--r-- | common/elapi/elapi_log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/elapi/elapi_log.h b/common/elapi/elapi_log.h index 5417caa7..70841803 100644 --- a/common/elapi/elapi_log.h +++ b/common/elapi/elapi_log.h @@ -82,7 +82,7 @@ int elapi_dsp_log(uint32_t target, /* Function to log raw key value pairs without creating an event */ int elapi_dsp_msg(uint32_t target, struct elapi_dispatcher *dispatcher, - struct collection_item *template, + struct collection_item *tpl, ...); /********** Advanced dispatcher management functions **********/ @@ -137,7 +137,7 @@ int elapi_init(const char *appname, const char *config_path); /* Log key value pairs */ int elapi_msg(uint32_t target, - struct collection_item *template, ...); + struct collection_item *tpl, ...); /* Log event */ int elapi_log(uint32_t target, |