summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/snmp_collator.h
blob: 77dd4bc1760b7b097316d9c873b98d9bc6b17404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
/******************************************************************************
*
*	function prototypes
*
******************************************************************************/

    int snmp_collator_start();
    int snmp_collator_stop();
    void set_snmp_interaction_row(char *host, int port, int error);
    void snmp_collator_update(time_t, void *);