~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/library/default_store.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#define NETSNMP_DS_LIB_MIB_PARSE_LABEL     3
49
49
#define NETSNMP_DS_LIB_DUMP_PACKET         4
50
50
#define NETSNMP_DS_LIB_LOG_TIMESTAMP       5
51
 
#define NETSNMP_DS_LIB_DONT_READ_CONFIGS   6
 
51
#define NETSNMP_DS_LIB_DONT_READ_CONFIGS   6    /* don't read normal config files */
 
52
#define NETSNMP_DS_LIB_DISABLE_CONFIG_LOAD      NETSNMP_DS_LIB_DONT_READ_CONFIGS
52
53
#define NETSNMP_DS_LIB_MIB_REPLACE         7    /* replace objects from latest module */
53
54
#define NETSNMP_DS_LIB_PRINT_NUMERIC_ENUM  8    /* print only numeric enum values */
54
55
#define NETSNMP_DS_LIB_PRINT_NUMERIC_OIDS  9    /* print only numeric enum values */
74
75
#define NETSNMP_DS_LIB_DONT_PRINT_UNITS    29 /* don't print UNITS suffix */
75
76
#define NETSNMP_DS_LIB_NO_DISPLAY_HINT     30 /* don't apply DISPLAY-HINTs */
76
77
#define NETSNMP_DS_LIB_16BIT_IDS           31   /* restrict requestIDs, etc to 16-bit values */
77
 
#define NETSNMP_DS_LIB_DONT_PERSIST_STATE  32   /* don't save/load any persistant state */
 
78
#define NETSNMP_DS_LIB_DONT_PERSIST_STATE  32   /* don't load config and don't load/save persistent file */
78
79
#define NETSNMP_DS_LIB_2DIGIT_HEX_OUTPUT   33   /* print a leading 0 on hex values <= 'f' */
79
 
#define NETSNMP_DS_LIB_IGNORE_NO_COMMUNITY 34   /* don't complain if not community is specified in the command arguments */
 
80
#define NETSNMP_DS_LIB_IGNORE_NO_COMMUNITY 34   /* don't complain if no community is specified in the command arguments */
 
81
#define NETSNMP_DS_LIB_DISABLE_PERSISTENT_LOAD  35 /* don't load persistent file */
 
82
#define NETSNMP_DS_LIB_DISABLE_PERSISTENT_SAVE  36 /* don't save persistent file */
 
83
#define NETSNMP_DS_LIB_APPEND_LOGFILES     37 /* append, don't overwrite, log files */
80
84
 
81
85
    /*
82
86
     * library integers 
153
157
    int             netsnmp_ds_register_premib(u_char type, const char *ftype,
154
158
                                       const char *token, int storeid,
155
159
                                       int which);
 
160
    int             netsnmp_ds_parse_boolean(char *line);
156
161
    void            netsnmp_ds_shutdown(void);
157
162
 
158
163
#ifdef __cplusplus