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 "sfcc- Small Footprint CIM Client".
The branch, master has been updated
via 4afcd398906552b969d8169c861759802cfa64b1 (commit)
from 299908510a13bb5032e1baa9abea52e0e9b46554 (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 4afcd398906552b969d8169c861759802cfa64b1
Author: buccella <buc...@li...>
Date: Fri Oct 18 16:20:20 2013 -0400
[bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()
-----------------------------------------------------------------------
Summary of changes:
backend/cimxml/client.c | 2 ++
cimc/cimc.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/backend/cimxml/client.c b/backend/cimxml/client.c
index 9fa93b3..ce5f2bc 100644
--- a/backend/cimxml/client.c
+++ b/backend/cimxml/client.c
@@ -2965,6 +2965,8 @@ static CIMCEnvFT localFT = {
newDateTimeFromBinary,
newDateTimeFromChars,
newIndicationListener,
+ NULL, // markHeap, SfcbLocal only
+ NULL // releaseHeap, SfcbLocal only
};
/* Factory function for CIMXML Client */
diff --git a/cimc/cimc.h b/cimc/cimc.h
index 1199eeb..24b0d20 100644
--- a/cimc/cimc.h
+++ b/cimc/cimc.h
@@ -402,6 +402,8 @@ extern "C" {
CIMCIndicationListener* (*newIndicationListener)
(CIMCEnv *ce, int sslMode, int *portNumber, char **socketName,
void (*fp) (CIMCInstance *indInstance), CIMCStatus* rc);
+ void* (*markHeap) ();
+ void (*releaseHeap) (void* heap);
} CIMCEnvFT;
struct _CIMCEnv {
hooks/post-receive
--
sfcc- Small Footprint CIM Client
|