summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agent/nsCache.h
blob: ab63bc9db8bdce5dca20ae854341019600b82e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef NSCACHE_H
#define NSCACHE_H

/*
 * function declarations 
 */
void            init_nsCache(void);

/*
 * Handlers for the scalar objects
 */
Netsnmp_Node_Handler handle_nsCacheTimeout;
Netsnmp_Node_Handler handle_nsCacheEnabled;

/*
 * Handler and iterators for the cache table
 */
Netsnmp_Node_Handler handle_nsCacheTable;
Netsnmp_First_Data_Point  get_first_cache_entry;
Netsnmp_Next_Data_Point   get_next_cache_entry;

#endif /* NSCACHE_H */