HEX
Server: nginx/1.29.3
System: Linux 11979.bigscoots-wpo.com 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: nginx (1068)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_open,proc_close,popen,show_source,cmd# Do not modify this line # 1684243876
Upload Files
File: //usr/include/net-snmp/agent/set_helper.h
#ifndef SET_HELPER_H
#define SET_HELPER_H

#ifdef __cplusplus
extern          "C" {
#endif

typedef struct netsnmp_set_info_s {
    int             action;
    void           *stateRef;

    /*
     * don't use yet: 
     */
    void          **oldData;
    int             setCleanupFlags;    /* XXX: client sets this to: */
#define AUTO_FREE_STATEREF 0x01 /* calls free(stateRef) */
#define AUTO_FREE_OLDDATA  0x02 /* calls free(*oldData) */
#define AUTO_UNDO          0x04 /* ... */
} netsnmp_set_info;

#ifdef __cplusplus
}
#endif
#endif