Writing Monitors for the Event Monitoring Service (December 1999)
106 Chapter3
Creating a Resource Monitor
Processing a Monitor Request Event
/*************************************************************************/
/* Send the message. */
/*************************************************************************/
rc = rm_send_reply(obj, &error_code);
if (rc == -1) {
rm_perror("", error_code);
return -1;
}
return 0;
} /* end send_monitor_reply */