[devel] [PATCH 1 of 5] imm: add common library support for cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
osaf/libs/common/immsv/immpbe_dump.cc | 378 +- osaf/libs/common/immsv/immsv_evt.c| 43 ++ osaf/libs/common/immsv/include/immpbe_dump.hh |2 +- osaf/libs/common/immsv/include/immsv_api.h|1 + osaf/libs/common/immsv/include/immsv_evt.h|

[devel] [PATCH 4 of 5] imm: add IMMND support for cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
osaf/services/saf/immsv/immnd/ImmModel.cc | 115 osaf/services/saf/immsv/immnd/ImmModel.hh |9 +- osaf/services/saf/immsv/immnd/immnd_cb.h | 11 +- osaf/services/saf/immsv/immnd/immnd_evt.c | 166 osaf/services/saf/immsv/immnd/immnd_in

[devel] [PATCH 3 of 5] imm: add IMMD support for cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
osaf/services/saf/immsv/immd/immd_amf.c |1 - osaf/services/saf/immsv/immd/immd_cb.h|7 +- osaf/services/saf/immsv/immd/immd_db.c| 10 +- osaf/services/saf/immsv/immd/immd_evt.c | 191 + osaf/services/saf/immsv/immd/immd_main.c | 33 - osaf

[devel] [PATCH 0 of 5] Review Request for imm: add support for cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
Summary: imm: add support for cloud resilience feature [#1625] Review request for Trac Ticket(s): 1625 Peer Reviewer(s): Neelakanta, Hung (optional) Pull request to: Zoran Affected branch(es): default(5.0) Development branch: default(5.0) Impacted area Impact

[devel] [PATCH 5 of 5] imm: add osafimmpbed and osafimmloadd support for cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
osaf/services/saf/immsv/immloadd/imm_loader.cc | 10 -- osaf/services/saf/immsv/immpbed/immpbe.cc | 15 +++ 2 files changed, 19 insertions(+), 6 deletions(-) The patch contains osafimmpbed and osafimmloadd code that is needed for supporting cloud resilience feature.

[devel] [PATCH 2 of 5] imm: add IMMD and IMMND config changes to cloud resilience feature [#1625]

2015-12-22 Thread Zoran Milinkovic
osaf/services/saf/immsv/config/immd.conf | 31 +-- osaf/services/saf/immsv/config/immnd.conf | 7 +++ 2 files changed, 36 insertions(+), 2 deletions(-) The patch contains new system variables in immd.conf and immnd.conf that are needed to support cloud resili

[devel] [PATCH 1 of 1] base: Add osaf_timerfd_* utility functions [#777]

2015-12-22 Thread Anders Widell
osaf/libs/core/common/Makefile.am|1 + osaf/libs/core/common/include/Makefile.am|1 + osaf/libs/core/common/include/osaf_timerfd.h | 131 + osaf/libs/core/common/osaf_timerfd.c | 264 +++ 4 files changed, 397 insertions(+), 0 de

[devel] [PATCH 0 of 1] Review Request for base: Add osaf_timerfd_* utility functions [#777]

2015-12-22 Thread Anders Widell
Summary: base: Add osaf_timerfd_* utility functions [#777] Review request for Trac Ticket(s): 777 Peer Reviewer(s): Ramesh Pull request to: Affected branch(es): default(5.0) Development branch: default Impacted area Impact y/n ---

Re: [devel] [PATCH 1 of 1] cpsv: validated SaTimeT timeout argument value for all CPA APIs [#1583]

2015-12-22 Thread Anders Widell
See comments inline. regards, Anders Widell On 12/21/2015 11:04 AM, A V Mahesh wrote: > Hi, > > - The timeout here is the duration for which the API should wait > before returning to the user. > - The patch does not changes the minimum value of 14 seconds. IE. > Before this patch also the defau

[devel] [PATCH 5 of 5] NTF: Add wrapper for usage of NTF API in ntftools to handle TRY_AGAIN [#1180]

2015-12-22 Thread Minh Hon Chau
osaf/tools/safntf/include/ntfclient.h | 25 osaf/tools/safntf/ntfread/ntfread.c | 16 +- osaf/tools/safntf/ntfsend/ntfsend.c | 24 +- osaf/tools/safntf/ntfsubscribe/ntfsubscribe.c | 22 +- osaf/tools/safntf/src/ntfclient.c | 158 +++

[devel] [PATCH 1 of 5] NTF: Add support cloud resilience for NTF Agent [#1180]

2015-12-22 Thread Minh Hon Chau
osaf/libs/agents/saf/ntfa/ntfa.h | 31 +- osaf/libs/agents/saf/ntfa/ntfa_api.c | 672 +++-- osaf/libs/agents/saf/ntfa/ntfa_mds.c |6 +- osaf/libs/agents/saf/ntfa/ntfa_util.c | 465 ++- 4 files changed, 1022 insertions(+), 152 deletions

[devel] [PATCH 3 of 5] NTF: Add new README file for description of cloud resilience support [#1180]

2015-12-22 Thread Minh Hon Chau
osaf/services/saf/ntfsv/README.HYDRA | 110 +++ 1 files changed, 110 insertions(+), 0 deletions(-) Add description regarding general solution and API implementation for cloud resilience support in NTF diff --git a/osaf/services/saf/ntfsv/README.HYDRA b/osaf/ser

[devel] [PATCH 2 of 5] NTF: Add support cloud resilience for NTF libs common [#1180]

2015-12-22 Thread Minh Hon Chau
osaf/libs/common/ntfsv/include/ntfsv_mem.h |7 + osaf/libs/common/ntfsv/include/ntfsv_msg.h |1 + osaf/libs/common/ntfsv/ntfsv_mem.c | 159 + 3 files changed, 167 insertions(+), 0 deletions(-) The patch contains support for cloud resilience feature in

[devel] [PATCH 0 of 5] Review Request for ntf: Add cloud resilience support [#1180]

2015-12-22 Thread Minh Hon Chau
Summary: ntf: Add cloud resilience support [#1180] Review request for Trac Ticket(s): 1180 Peer Reviewer(s): Lennart, Praveen, Vu Pull request to: NTF maintainers Affected branch(es): default Development branch: default Impacted area Impact y/n --

[devel] [PATCH 4 of 5] NTF: Add tests for NTF cloud resilience feature [#1180]

2015-12-22 Thread Minh Hon Chau
tests/ntfsv/Makefile.am | 4 +- tests/ntfsv/tet_ntf.h | 4 +- tests/ntfsv/tet_ntf_api_wrapper.c | 438 ++ tests/ntfsv/tet_ntf_common.c |67 + tests/ntfsv/tet_ntf_common.h | 187