/[monit]/monit/util.c
ViewVC logotype

Diff of /monit/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.161 by martinp, Sun Aug 14 08:44:49 2005 UTC revision 1.162 by martinp, Thu Sep 1 01:10:27 2005 UTC
# Line 1542  process_partial_block: Line 1542  process_partial_block:
1542   * Reset the service information structure   * Reset the service information structure
1543   */   */
1544  void Util_resetInfo(Service_T s) {  void Util_resetInfo(Service_T s) {
1545      FREE(s->inf->cs_sum);
1546    memset(s->inf, 0, sizeof *(s->inf));    memset(s->inf, 0, sizeof *(s->inf));
1547    s->inf->_pid=        -1;    s->inf->_pid=        -1;
1548    s->inf->_ppid=       -1;    s->inf->_ppid=       -1;

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26