components/net-snmp/sun/agent/modules/seaExtensions/seaExtensions.c
changeset 252 ee0fb1eabcbf
equal deleted inserted replaced
251:f527656d334f 252:ee0fb1eabcbf
       
     1 /*
       
     2  * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
       
     3  *
       
     4  * U.S. Government Rights - Commercial software. Government users are subject
       
     5  * to the Sun Microsystems, Inc. standard license agreement and applicable
       
     6  * provisions of the FAR and its supplements.
       
     7  *
       
     8  *
       
     9  * This distribution may include materials developed by third parties. Sun,
       
    10  * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
       
    11  * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
       
    12  *
       
    13  */
       
    14 /*
       
    15  * Note: this file originally auto-generated by mib2c using
       
    16  * 	: mib2c.iterate.conf,v 5.5 2002/12/16 22:50:18 hardaker Exp $
       
    17  */
       
    18 
       
    19 #include <net-snmp/net-snmp-config.h>
       
    20 #include <net-snmp/net-snmp-includes.h>
       
    21 #include <net-snmp/agent/net-snmp-agent-includes.h>
       
    22 #include "sunHostPerf.h"
       
    23 #include "sunProcesses.h"
       
    24 #include "sunSystem.h"
       
    25 #include "seaExtensions.h"
       
    26 
       
    27 void
       
    28 init_seaExtensions(void)
       
    29 {
       
    30     init_sunHostPerf();
       
    31     init_sunProcesses();
       
    32     init_sunSystem();
       
    33 }