Deleted Added
full compact
monitor.c (168515) monitor.c (173340)
1/*
2 * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
1/*
2 * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
11#include <sm/gen.h>
12SM_RCSID("@(#)$Id: monitor.c,v 8.7 2007/04/23 16:26:28 ca Exp $")
11#include "libmilter.h"
12
13#if _FFR_THREAD_MONITOR
14
15/*
16** Thread Monitoring
17** Todo: more error checking (return code from function calls)
18** add comments.

--- 207 unchanged lines hidden ---
13#include "libmilter.h"
14
15#if _FFR_THREAD_MONITOR
16
17/*
18** Thread Monitoring
19** Todo: more error checking (return code from function calls)
20** add comments.

--- 207 unchanged lines hidden ---