From: Chris B. <buc...@us...> - 2013-10-18 21:50:10
|
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_1.3 has been updated via 0851a9d054d3cf950977a03cfa796665a35ab11f (commit) from b19b5389585c7e53fce17831586c0bf7729b50e5 (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 0851a9d054d3cf950977a03cfa796665a35ab11f Author: buccella <buc...@li...> Date: Fri Oct 18 17:49:41 2013 -0400 [sfcb-tix:#85 SFCB: SfcbLocal interface should expose markHeap() and releaseHeap() ----------------------------------------------------------------------- Summary of changes: cimcClientSfcbLocal.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cimcClientSfcbLocal.h b/cimcClientSfcbLocal.h index f0eeb5a..0b3f73f 100644 --- a/cimcClientSfcbLocal.h +++ b/cimcClientSfcbLocal.h @@ -178,6 +178,8 @@ typedef struct _ClientEnvFT { void* (*newIndicationListener) (ClientEnv *ce, int sslMode, int *portNumber, char **socketName, void (*fp) (CMPIInstance *indInstance), CMPIStatus* rc); + void* (*markHeap)(); + void (*releaseHeap) (void* heap); } ClientEnvFT; struct _ClientEnv { hooks/post-receive -- sfcb - Small Footprint CIM Broker |