When i change notification name, I can't get correct result

when I ran the example (netconf-notification) without any change, I got the right result.

I would like to change the name of notification.

after changing the name, following message show up.

11-Jan-2017::20:36:35.475 confd_test confd[2536]: netconf id=12 create-subscription stream=event attrs: message-id=“1”
11-Jan-2017::20:36:35.475 confd_test confd[2536]: - no registration found for callpoint event/replay of type=external
11-Jan-2017::20:36:35.476 confd_test confd[2536]: netconf id=12 sending rpc-reply, attrs: message-id=“1”
11-Jan-2017::20:36:35.476 confd_test confd[2536]: devel-c no registration found for callpoint event/replay of type=external

I have made three changes.

first change is the name of notification in confd.conf.
second change is the streamname() in notificer.c.
last is the name of notification in replay.xlm

There are really two projects in this example, one that supports replay and one that doesn’t. Since you mention having modified replay.xml, I assume you were trying to run the one that supports replay. You should be modifying notifier_builitin_replay_store.c instead of notifier.c.

The problem of name changing is solved…