diff options
| author | Dmitri Pal <dpal@redhat.com> | 2009-10-02 16:22:25 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-05 17:15:40 -0400 |
| commit | 594371bcbd255e81bc0bc31d9714d9136940526e (patch) | |
| tree | 95d061ad3a2819760e1fb0d1f0ca67f16061db53 /elapi/elapi_log.h | |
| parent | e9f2a23c715cf0169e0537ab6a884c32ba5f52f5 (diff) | |
ELAPI Rename variables and functions not to use word template
Addressing Ticket #191.
Renamed all varibles from 'template' to 'tpl'.
Used 'tplt' in function names instead of 'templete'.
Diffstat (limited to 'elapi/elapi_log.h')
| -rw-r--r-- | elapi/elapi_log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elapi/elapi_log.h b/elapi/elapi_log.h index 5417caa..7084180 100644 --- a/elapi/elapi_log.h +++ b/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, |
