The README file is update to reflect the implementation in [#3169] and [#3200] --- src/ntf/ntfimcnd/README | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/src/ntf/ntfimcnd/README b/src/ntf/ntfimcnd/README index 2809e7eb9..cf0619979 100644 --- a/src/ntf/ntfimcnd/README +++ b/src/ntf/ntfimcnd/README @@ -31,6 +31,12 @@ If Runtime data the notification(s) are sent when the first callback is invoked. No more callbacks will be invoked. If Config data the CCB data is saved and notification(s) are sent when the Apply callback is invoked. +The old attribute values are fetched from IMM if exists and included in +notifications. For multiple value attributes, if the number of old attribute +values is greater than the number of new attribute values, the old attribute +values will not be included in notification. +This has the advantage of avoiding the ambiguity that otherwise would publish +some old attribute values but not all. For more information about the special applier see README files in immsv. Code -- 2.25.0 _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
