notify_type 148 include/crm_internal.h char *generate_notify_key(const char *rsc_id, const char *notify_type, const char *op_type); notify_type 118 lib/common/operations.c generate_notify_key(const char *rsc_id, const char *notify_type, const char *op_type) notify_type 125 lib/common/operations.c CRM_CHECK(notify_type != NULL, return NULL); notify_type 129 lib/common/operations.c len += strlen(notify_type); notify_type 134 lib/common/operations.c sprintf(op_id, "%s_%s_notify_%s_0", rsc_id, notify_type, op_type);