From: Chris B. <buc...@us...> - 2012-06-12 18:34:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via b1a3a4960c918b64b7aca341218b7091170c1a6f (commit) from f193aa21b9a123b67d79d262789db2d06b83a45a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b1a3a4960c918b64b7aca341218b7091170c1a6f Author: buccella <buc...@li...> Date: Tue Jun 12 14:34:48 2012 -0400 [ 3534659 ] Match SfcbLocal to sfcc update ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 3d6e131..a55966a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-12 Chris Buccella <buc...@li...> + + * cimcClientSfcbLocal.c, cimcClientSfcbLocal.h: + [ 3534659 ] Match SfcbLocal to sfcc update + 2012-06-07 Michael Chase-Salerno <br...@li...> * interopProvider.c: diff --git a/NEWS b/NEWS index ddc0864..47bf5f9 100644 --- a/NEWS +++ b/NEWS @@ -100,6 +100,7 @@ New Features: - 3517530 Implement mark, release routines in CMPIBrokerMemFT - 3513390 Enforce LD and subscription limits - 3527920 RI and http responsecodes +- 3534659 Match SfcbLocal to sfcc update Bugs Fixed: - 3514627 unsupported sfcb.cfg param - use exit call diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c index 7a8a7b0..78e3732 100644 --- a/cimcClientSfcbLocal.c +++ b/cimcClientSfcbLocal.c @@ -2077,7 +2077,7 @@ newDateTimeFromChars(ClientEnv *ce, const char *utcTime, CMPIStatus *rc) } ClientEnv * -_Create_SfcbLocal_Env(char *id) +_Create_SfcbLocal_Env(char *id, unsigned int options, int *rc, char **msg) { static ClientEnvFT localFT = { @@ -2101,6 +2101,7 @@ _Create_SfcbLocal_Env(char *id) ClientEnv *env = (ClientEnv *) malloc(sizeof(ClientEnv)); env->hdl = NULL; env->ft = &localFT; + env->options = options; // enable trace logging _SFCB_TRACE_INIT(); diff --git a/cimcClientSfcbLocal.h b/cimcClientSfcbLocal.h index af796a2..0547b91 100644 --- a/cimcClientSfcbLocal.h +++ b/cimcClientSfcbLocal.h @@ -500,6 +500,7 @@ extern "C" { struct _ClientEnv { void *hdl; ClientEnvFT *ft; + unsigned int options; }; int sameCMPIObjectPath(const CMPIObjectPath * cop1, hooks/post-receive -- SFCB - Small Footprint CIM Broker |