snmpSIPCommonObjects.h

00001 /*
00002  * $Id$
00003  *
00004  * SNMPStats Module 
00005  * Copyright (C) 2006 SOMA Networks, INC.
00006  * Written by: Jeffrey Magder (jmagder@somanetworks.com)
00007  *
00008  * This file is part of Kamailio, a free SIP server.
00009  *
00010  * Kamailio is free software; you can redistribute it and/or modify it
00011  * under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 2 of the License, or
00013  * (at your option) any later version
00014  *
00015  * Kamailio is distributed in the hope that it will be useful, but
00016  * WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
00023  * USA
00024  *
00025  * History:
00026  * --------
00027  * 2006-11-23 initial version (jmagder)
00028  * 
00029  * Note: this file originally auto-generated by mib2c using
00030  *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
00031  *
00032  * This file defines all registration and handling of all scalars defined in the
00033  * OPENSER-SIP-COMMON-MIB.  Please see OPENSER-SIP-COMMON-MIB for the complete
00034  * descriptions of the individual scalars.
00035  */
00036 #ifndef OPENSERSIPCOMMONOBJECTS_H
00037 #define OPENSERSIPCOMMONOBJECTS_H
00038 
00039 void init_openserSIPCommonObjects(void);
00040 
00041 Netsnmp_Node_Handler handle_openserSIPProtocolVersion;
00042 Netsnmp_Node_Handler handle_openserSIPServiceStartTime;
00043 Netsnmp_Node_Handler handle_openserSIPEntityType;
00044 Netsnmp_Node_Handler handle_openserSIPSummaryInRequests;
00045 Netsnmp_Node_Handler handle_openserSIPSummaryOutRequests;
00046 Netsnmp_Node_Handler handle_openserSIPSummaryInResponses;
00047 Netsnmp_Node_Handler handle_openserSIPSummaryOutResponses;
00048 Netsnmp_Node_Handler handle_openserSIPSummaryTotalTransactions;
00049 Netsnmp_Node_Handler handle_openserSIPCurrentTransactions;
00050 Netsnmp_Node_Handler handle_openserSIPNumUnsupportedUris;
00051 Netsnmp_Node_Handler handle_openserSIPNumUnsupportedMethods;
00052 Netsnmp_Node_Handler handle_openserSIPOtherwiseDiscardedMsgs;
00053 
00054 #endif /* OPENSERSIPCOMMONOBJECTS_H */