/* destroy the notify context */ static int notify_destructor(struct notify_context *notify) { messaging_deregister(notify->messaging_ctx, MSG_PVFS_NOTIFY, notify); if (notify->list != NULL) { notify_remove_all(notify, ¬ify->server); } return 0; }
/* destroy the notify context */ static int notify_destructor(struct notify_context *notify) { imessaging_deregister(notify->imessaging_ctx, MSG_PVFS_NOTIFY, notify); notify_remove_all(notify); return 0; }