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 | 9c2046dd570c9be06fc0f10e3ae0b1571d6310ac (patch) | |
tree | 67a2d80cd19785609e9f9d0e6a2ec310057f39ad /common/elapi/elapi_log.h | |
parent | 10a51211bf8c634a82f52f3b7c0fe0de0ddbab86 (diff) | |
download | sssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.tar.gz sssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.tar.bz2 sssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.zip |
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 '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, |