dnotify 100 include/crm/cib.h int (*set_connection_dnotify) (cib_t * cib, void (*dnotify) (gpointer user_data)); dnotify 65 lib/cib/cib_file.c cib_file_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) dnotify 56 lib/cib/cib_native.c int cib_native_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)); dnotify 477 lib/cib/cib_native.c cib_native_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) dnotify 487 lib/cib/cib_native.c native->dnotify_fn = dnotify; dnotify 95 lib/cib/cib_remote.c cib_remote_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data))