~akhil011/ubuntu/wily/monit/crypto_fix

« back to all changes in this revision

Viewing changes to src/event.h

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2014-02-21 16:58:23 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20140221165823-niolihcfls5lv25b
Tags: 1:5.7-1
* Bump up Standards-Version (to 3.9.5)
* Fix/add Forwarded: headers
* Imported Upstream version 5.7
* Refresh patches, remove 06_contrib.patch,
  09_pid_in_rundir.patch and 10_ssl_multiarch.patch
* Add notes about CLA
* Removed obsoleted dh_installinit override (thanks to Christian Dröge)
* Cleanup 11_enable_hurd.patch
* Actually use type UDP option for unixsocket's (Closes: #739622)
* Recommend sysvinit

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * including the two.
20
20
 *
21
21
 * You must obey the GNU Affero General Public License in all respects
22
 
 * for all of the code used other than OpenSSL.  
 
22
 * for all of the code used other than OpenSSL.
23
23
 */
24
24
 
25
25
#ifndef MONIT_EVENT_H
79
79
 *
80
80
 * Clients may use the function Event_post() to post events to the
81
81
 * event handler for processing.
82
 
 * 
 
82
 *
83
83
 * @file
84
84
 */
85
85
 
165
165
/**
166
166
 * Get a textual description of actual event type. For instance if the
167
167
 * event type is possitive Event_Timestamp, the textual description is
168
 
 * "Timestamp error". Likewise if the event type is negative Event_Checksum 
 
168
 * "Timestamp error". Likewise if the event type is negative Event_Checksum
169
169
 * the textual description is "Checksum recovery" and so on.
170
170
 * @param E An event object
171
171
 * @return A string describing the event type in clear text. If the