netsnmp_table_dataset.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:20k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. .TH "table_dataset: Helps you implement a table with automatted storage." 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. table_dataset: Helps you implement a table with automatted storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location.  
  6. .PP
  7. .SS "Functions"
  8. .in +1c
  9. .ti -1c
  10. .RI "void fBnetsnmp_init_table_datasetfP (void)"
  11. .br
  12. .ti -1c
  13. .RI "fBnetsnmp_table_data_setfP * fBnetsnmp_create_table_data_setfP (const char *table_name)"
  14. .br
  15. .RI "fICreate a netsnmp_table_data_set structure given a table_data definition. fP"
  16. .ti -1c
  17. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_get_table_data_set_handlerfP (fBnetsnmp_table_data_setfP *data_set)"
  18. .br
  19. .RI "fIGiven a netsnmp_table_data_set definition, create a handler for it. fP"
  20. .ti -1c
  21. .RI "int fBnetsnmp_register_table_data_setfP (fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_table_data_setfP *data_set, fBnetsnmp_table_registration_infofP *table_info)"
  22. .br
  23. .RI "fIregister a given data_set at a given oid (specified in the netsnmp_handler_registration pointer). fP"
  24. .ti -1c
  25. .RI "fBnetsnmp_table_data_set_storagefP * fBnetsnmp_table_data_set_find_columnfP (fBnetsnmp_table_data_set_storagefP *start, unsigned int column)"
  26. .br
  27. .RI "fIFinds a column within a given storage set, given the pointer to the start of the storage set list. fP"
  28. .ti -1c
  29. .RI "fBnetsnmp_table_data_set_storagefP * fBnetsnmp_extract_table_data_set_columnfP (fBnetsnmp_request_infofP *request, unsigned int column)"
  30. .br
  31. .RI "fIextracts a netsnmp_table_data_set pointer from a given request fP"
  32. .ti -1c
  33. .RI "NETSNMP_INLINE fBnetsnmp_table_data_setfP * fBnetsnmp_extract_table_data_setfP (fBnetsnmp_request_infofP *request)"
  34. .br
  35. .RI "fIextracts a netsnmp_table_data_set pointer from a given request fP"
  36. .ti -1c
  37. .RI "int fBnetsnmp_mark_row_column_writablefP (fBnetsnmp_table_rowfP *row, int column, int writable)"
  38. .br
  39. .RI "fImarks a given column in a row as writable or not. fP"
  40. .ti -1c
  41. .RI "int fBnetsnmp_set_row_columnfP (fBnetsnmp_table_rowfP *row, unsigned int column, int type, const char *value, size_t value_len)"
  42. .br
  43. .RI "fIsets a given column in a row with data given a type, value, and length. fP"
  44. .ti -1c
  45. .RI "int fBnetsnmp_table_set_add_default_rowfP (fBnetsnmp_table_data_setfP *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)"
  46. .br
  47. .RI "fIadds a new default row to a table_set. fP"
  48. .ti -1c
  49. .RI "fBnetsnmp_table_rowfP * fBnetsnmp_table_data_set_clone_rowfP (fBnetsnmp_table_rowfP *row)"
  50. .br
  51. .RI "fIclones a dataset row, including all data. fP"
  52. .ti -1c
  53. .RI "fBnetsnmp_table_rowfP * fBnetsnmp_table_data_set_create_row_from_defaultsfP (fBnetsnmp_table_data_set_storagefP *defrow)"
  54. .br
  55. .RI "fIcreates a new row from an existing defined default set fP"
  56. .ti -1c
  57. .RI "fBnewrow_stashfP * fBnetsnmp_table_data_set_create_newrowstashfP (fBnetsnmp_table_data_setfP *datatable, fBnetsnmp_table_request_infofP *table_info)"
  58. .br
  59. .ti -1c
  60. .RI "int fBnetsnmp_table_data_set_helper_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  61. .br
  62. .RI "fIimplements the table data helper. fP"
  63. .ti -1c
  64. .RI "void fBnetsnmp_register_auto_data_tablefP (fBnetsnmp_table_data_setfP *table_set, char *registration_name)"
  65. .br
  66. .RI "fIregisters a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table. fP"
  67. .ti -1c
  68. .RI "void fBnetsnmp_config_parse_table_setfP (const char *token, char *line)"
  69. .br
  70. .ti -1c
  71. .RI "void fBnetsnmp_config_parse_add_rowfP (const char *token, char *line)"
  72. .br
  73. .ti -1c
  74. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_add_indexfP (fBnetsnmp_table_data_setfP *table, u_char type)"
  75. .br
  76. .RI "fIadds an index to the table. fP"
  77. .ti -1c
  78. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_add_rowfP (fBnetsnmp_table_data_setfP *table, fBnetsnmp_table_rowfP *row)"
  79. .br
  80. .RI "fIadds a new row to a dataset table fP"
  81. .ti -1c
  82. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_replace_rowfP (fBnetsnmp_table_data_setfP *table, fBnetsnmp_table_rowfP *origrow, fBnetsnmp_table_rowfP *newrow)"
  83. .br
  84. .RI "fIadds a new row to a dataset table fP"
  85. .ti -1c
  86. .RI "NETSNMP_INLINE fBnetsnmp_table_data_set_storagefP * fBnetsnmp_table_dataset_delete_datafP (fBnetsnmp_table_data_set_storagefP *data)"
  87. .br
  88. .RI "fIdeletes a single dataset table data. fP"
  89. .ti -1c
  90. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_delete_all_datafP (fBnetsnmp_table_data_set_storagefP *data)"
  91. .br
  92. .RI "fIdeletes all the data from this node and beyond in the linked list fP"
  93. .ti -1c
  94. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_delete_rowfP (fBnetsnmp_table_rowfP *row)"
  95. .br
  96. .RI "fIdeletes all the data from this node and beyond in the linked list fP"
  97. .ti -1c
  98. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_remove_rowfP (fBnetsnmp_table_data_setfP *table, fBnetsnmp_table_rowfP *row)"
  99. .br
  100. .RI "fIremoves a row from the table, but doesn't delete/free anything fP"
  101. .ti -1c
  102. .RI "NETSNMP_INLINE void fBnetsnmp_table_dataset_remove_and_delete_rowfP (fBnetsnmp_table_data_setfP *table, fBnetsnmp_table_rowfP *row)"
  103. .br
  104. .RI "fIremoves a row from the table and then deletes it (and all it's data) fP"
  105. .ti -1c
  106. .RI "void fBnetsnmp_table_set_multi_add_default_rowfP (va_dcl)"
  107. .br
  108. .RI "fIadds multiple data column definitions to each row. fP"
  109. .ti -1c
  110. .RI "void fBnetsnmp_table_set_add_indexesfP (va_alist)"
  111. .br
  112. .RI "fIadds multiple indexes to a table_dataset helper object. fP"
  113. .ti -1c
  114. .RI "int fBnetsnmp_table_set_num_rowsfP (fBnetsnmp_table_data_setfP *table)"
  115. .br
  116. .in -1c
  117. .SS "Variables"
  118. .in +1c
  119. .ti -1c
  120. .RI "size_t fBdata_set_cache_s::data_lenfP"
  121. .br
  122. .ti -1c
  123. .RI "int fBnewrow_stash_s::statefP"
  124. .br
  125. .ti -1c
  126. .RI "int fBnewrow_stash_s::createdfP"
  127. .br
  128. .ti -1c
  129. .RI "int fBnewrow_stash_s::deletedfP"
  130. .br
  131. .in -1c
  132. .SH "Detailed Description"
  133. .PP 
  134. This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. 
  135. .PP
  136. It handles all MIB requests including GETs, GETNEXTs and SETs. It's possible to simply create a table without actually ever defining a handler to be called when SNMP requests come in. To use the data, you can either attach a sub-handler that merely uses/manipulates the data further when requests come in, or you can loop through it externally when it's actually needed. This handler is most useful in cases where a table is holding configuration data for something which gets triggered via another event.
  137. .PP
  138. NOTE NOTE NOTE: This helper isn't complete and is likely to change somewhat over time. Specifically, the way it stores data internally may change drastically.
  139. .SH "Function Documentation"
  140. .PP 
  141. .SS "fBnetsnmp_table_data_setfP* netsnmp_create_table_data_set (const char * table_name)"
  142. .PP
  143. Create a netsnmp_table_data_set structure given a table_data definition. 
  144. .PP
  145. fBExamples: fP
  146. .in +1c
  147. fBdata_set.cfP.
  148. .PP
  149. Definition at line 74 of file table_dataset.c.
  150. .PP
  151. References netsnmp_create_table_data(), NULL, SNMP_MALLOC_TYPEDEF, and netsnmp_table_data_set_s::table.
  152. .PP
  153. Referenced by netsnmp_config_parse_table_set().
  154. .SS "NETSNMP_INLINE fBnetsnmp_table_data_setfP* netsnmp_extract_table_data_set (fBnetsnmp_request_infofP * request)"
  155. .PP
  156. extracts a netsnmp_table_data_set pointer from a given request 
  157. .PP
  158. Definition at line 187 of file table_dataset.c.
  159. .PP
  160. References netsnmp_request_get_list_data().
  161. .SS "fBnetsnmp_table_data_set_storagefP* netsnmp_extract_table_data_set_column (fBnetsnmp_request_infofP * request, unsigned int column)"
  162. .PP
  163. extracts a netsnmp_table_data_set pointer from a given request 
  164. .PP
  165. Definition at line 173 of file table_dataset.c.
  166. .PP
  167. References netsnmp_extract_table_row_data(), and netsnmp_table_data_set_find_column().
  168. .SS "fBnetsnmp_mib_handlerfP* netsnmp_get_table_data_set_handler (fBnetsnmp_table_data_setfP * data_set)"
  169. .PP
  170. Given a netsnmp_table_data_set definition, create a handler for it. 
  171. .PP
  172. Definition at line 86 of file table_dataset.c.
  173. .PP
  174. References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_table_data_set_helper_handler(), NULL, and snmp_log().
  175. .PP
  176. Referenced by netsnmp_register_table_data_set().
  177. .SS "int netsnmp_mark_row_column_writable (fBnetsnmp_table_rowfP * row, int column, int writable)"
  178. .PP
  179. marks a given column in a row as writable or not. 
  180. .PP
  181. fBExamples: fP
  182. .in +1c
  183. fBdata_set.cfP.
  184. .PP
  185. Definition at line 197 of file table_dataset.c.
  186. .PP
  187. References netsnmp_table_data_set_storage_s::column, netsnmp_table_row_s::data, netsnmp_table_data_set_find_column(), netsnmp_table_data_set_storage_s::next, snmp_log(), SNMP_MALLOC_TYPEDEF, and netsnmp_table_data_set_storage_s::writable.
  188. .PP
  189. Referenced by netsnmp_config_parse_add_row(), and netsnmp_table_data_set_create_row_from_defaults().
  190. .SS "void netsnmp_register_auto_data_table (fBnetsnmp_table_data_setfP * table_set, char * registration_name)"
  191. .PP
  192. registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table. 
  193. .PP
  194. If registration_name is NULL then the name used when the table was created will be used instead.
  195. .PP
  196. fBTodofP
  197. .RS 4
  198. create a properly free'ing registeration pointer for the datalist, and get the datalist freed at shutdown.
  199. .RE
  200. .PP
  201. .PP
  202. fBExamples: fP
  203. .in +1c
  204. fBdata_set.cfP.
  205. .PP
  206. Definition at line 783 of file table_dataset.c.
  207. .PP
  208. References netsnmp_table_data_s::name, netsnmp_add_list_data(), netsnmp_create_data_list(), NULL, SNMP_MALLOC_TYPEDEF, netsnmp_table_data_set_s::table, and data_set_tables_s::table_set.
  209. .PP
  210. Referenced by netsnmp_config_parse_table_set().
  211. .SS "int netsnmp_register_table_data_set (fBnetsnmp_handler_registrationfP * reginfo, fBnetsnmp_table_data_setfP * data_set, fBnetsnmp_table_registration_infofP * table_info)"
  212. .PP
  213. register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer). 
  214. .PP
  215. The reginfo->handler->access_method *may* be null if the call doesn't ever want to be called for SNMP operations.
  216. .PP
  217. fBExamples: fP
  218. .in +1c
  219. fBdata_set.cfP.
  220. .PP
  221. Definition at line 113 of file table_dataset.c.
  222. .PP
  223. References netsnmp_table_data_set_storage_s::column, netsnmp_table_data_set_s::default_row, netsnmp_table_registration_info_s::indexes, netsnmp_table_data_s::indexes_template, netsnmp_table_registration_info_s::max_column, netsnmp_table_registration_info_s::min_column, netsnmp_get_table_data_set_handler(), netsnmp_inject_handler(), netsnmp_register_table_data(), netsnmp_table_data_set_storage_s::next, NULL, snmp_clone_varbind(), SNMP_MALLOC_TYPEDEF, SNMP_MAX, SNMP_MIN, and netsnmp_table_data_set_s::table.
  224. .PP
  225. Referenced by netsnmp_config_parse_table_set().
  226. .SS "int netsnmp_set_row_column (fBnetsnmp_table_rowfP * row, unsigned int column, int type, const char * value, size_t value_len)"
  227. .PP
  228. sets a given column in a row with data given a type, value, and length. 
  229. .PP
  230. Data is memdup'ed by the function.
  231. .PP
  232. fBExamples: fP
  233. .in +1c
  234. fBdata_set.cfP.
  235. .PP
  236. Definition at line 233 of file table_dataset.c.
  237. .PP
  238. References netsnmp_table_data_set_storage_s::column, netsnmp_table_row_s::data, netsnmp_table_data_set_storage_s::data, netsnmp_table_data_set_storage_s::data_len, memdup(), netsnmp_table_data_set_find_column(), netsnmp_table_data_set_storage_s::next, SNMP_FREE, snmp_log(), SNMP_MALLOC_TYPEDEF, and netsnmp_table_data_set_storage_s::type.
  239. .PP
  240. Referenced by netsnmp_config_parse_add_row(), and netsnmp_table_data_set_create_row_from_defaults().
  241. .SS "fBnetsnmp_table_rowfP* netsnmp_table_data_set_clone_row (fBnetsnmp_table_rowfP * row)"
  242. .PP
  243. clones a dataset row, including all data. 
  244. .PP
  245. Definition at line 347 of file table_dataset.c.
  246. .PP
  247. References netsnmp_table_row_s::data, memdup(), netsnmp_table_data_clone_row(), netsnmp_table_dataset_delete_row(), netsnmp_table_data_set_storage_s::next, and NULL.
  248. .PP
  249. Referenced by netsnmp_table_data_set_helper_handler().
  250. .SS "fBnetsnmp_table_rowfP* netsnmp_table_data_set_create_row_from_defaults (fBnetsnmp_table_data_set_storagefP * defrow)"
  251. .PP
  252. creates a new row from an existing defined default set 
  253. .PP
  254. Definition at line 389 of file table_dataset.c.
  255. .PP
  256. References netsnmp_table_row_s::data, netsnmp_create_table_data_row(), netsnmp_mark_row_column_writable(), netsnmp_set_row_column(), and NULL.
  257. .PP
  258. Referenced by netsnmp_table_data_set_create_newrowstash().
  259. .SS "fBnetsnmp_table_data_set_storagefP* netsnmp_table_data_set_find_column (fBnetsnmp_table_data_set_storagefP * start, unsigned int column)"
  260. .PP
  261. Finds a column within a given storage set, given the pointer to the start of the storage set list. 
  262. .PP
  263. Definition at line 161 of file table_dataset.c.
  264. .PP
  265. References netsnmp_table_data_set_storage_s::column, and netsnmp_table_data_set_storage_s::next.
  266. .PP
  267. Referenced by netsnmp_extract_table_data_set_column(), netsnmp_mark_row_column_writable(), netsnmp_set_row_column(), netsnmp_table_data_set_helper_handler(), and netsnmp_table_set_add_default_row().
  268. .SS "int netsnmp_table_data_set_helper_handler (fBnetsnmp_mib_handlerfP * handler, fBnetsnmp_handler_registrationfP * reginfo, fBnetsnmp_agent_request_infofP * reqinfo, fBnetsnmp_request_infofP * requests)"
  269. .PP
  270. implements the table data helper. 
  271. .PP
  272. This is the routine that takes care of all SNMP requests coming into the table. 
  273. .PP
  274. Definition at line 427 of file table_dataset.c.
  275. .PP
  276. References netsnmp_table_data_set_s::allow_creation, netsnmp_table_request_info_s::colnum, newrow_stash_s::created, netsnmp_table_data_set_storage_s::data, netsnmp_table_row_s::data, netsnmp_table_data_set_storage_s::data_len, newrow_stash_s::deleted, netsnmp_table_request_info_s::index_oid, netsnmp_table_request_info_s::index_oid_len, netsnmp_vardata::integer, netsnmp_agent_request_info_s::mode, netsnmp_mib_handler_s::myvoid, netsnmp_table_data_s::name, variable_list::name, variable_list::name_length, netsnmp_create_data_list(), netsnmp_extract_table_info(), netsnmp_extract_table_row(), netsnmp_oid_stash_add_data(), netsnmp_oid_stash_get_data(), netsnmp_request_add_list_data(), netsnmp_set_request_error(), netsnmp_strdup_and_null(), netsnmp_table_data_build_result(), netsnmp_table_data_set_clone_row(), netsnmp_table_data_set_create_newrowstash(), netsnmp_table_data_set_find_column(), netsnmp_table_dataset_add_row(), netsnmp_table_dataset_delete_row(), netsnmp_table_dataset_remove_and_delete_row(), netsnmp_table_dataset_replace_row(), newrow_stash_s::newrow, netsnmp_request_info_s::next, NULL, netsnmp_request_info_s::processed, netsnmp_request_info_s::requestvb, netsnmp_handler_registration_s::rootoid_len, netsnmp_table_data_set_s::rowstatus_column, SNMP_FREE, snmp_log(), SNMP_MALLOC_TYPEDEF, snprint_objid(), newrow_stash_s::state, netsnmp_vardata::string, netsnmp_table_data_set_s::table, variable_list::type, netsnmp_table_data_set_storage_s::type, variable_list::val, variable_list::val_len, and netsnmp_table_data_set_storage_s::writable.
  277. .PP
  278. Referenced by netsnmp_get_table_data_set_handler().
  279. .SS "NETSNMP_INLINE void netsnmp_table_dataset_add_index (fBnetsnmp_table_data_setfP * table, u_char type)"
  280. .PP
  281. adds an index to the table. 
  282. .PP
  283. Call this repeatly for each index. 
  284. .PP
  285. fBExamples: fP
  286. .in +1c
  287. fBdata_set.cfP.
  288. .PP
  289. Definition at line 1040 of file table_dataset.c.
  290. .PP
  291. References netsnmp_table_data_set_s::table.
  292. .PP
  293. Referenced by netsnmp_table_set_add_indexes().
  294. .SS "NETSNMP_INLINE void netsnmp_table_dataset_add_row (fBnetsnmp_table_data_setfP * table, fBnetsnmp_table_rowfP * row)"
  295. .PP
  296. adds a new row to a dataset table 
  297. .PP
  298. fBExamples: fP
  299. .in +1c
  300. fBdata_set.cfP.
  301. .PP
  302. Definition at line 1049 of file table_dataset.c.
  303. .PP
  304. References netsnmp_table_data_add_row(), and netsnmp_table_data_set_s::table.
  305. .PP
  306. Referenced by netsnmp_table_data_set_helper_handler().
  307. .SS "NETSNMP_INLINE void netsnmp_table_dataset_delete_all_data (fBnetsnmp_table_data_set_storagefP * data)"
  308. .PP
  309. deletes all the data from this node and beyond in the linked list 
  310. .PP
  311. Definition at line 1085 of file table_dataset.c.
  312. .PP
  313. References netsnmp_table_dataset_delete_data().
  314. .PP
  315. Referenced by netsnmp_table_dataset_delete_row(), and netsnmp_table_dataset_remove_and_delete_row().
  316. .SS "NETSNMP_INLINE fBnetsnmp_table_data_set_storagefP* netsnmp_table_dataset_delete_data (fBnetsnmp_table_data_set_storagefP * data)"
  317. .PP
  318. deletes a single dataset table data. 
  319. .PP
  320. returns the (possibly still good) next pointer of the deleted data object.
  321. .PP
  322. Definition at line 1072 of file table_dataset.c.
  323. .PP
  324. References netsnmp_table_data_set_storage_s::data, netsnmp_table_data_set_storage_s::next, NULL, and SNMP_FREE.
  325. .PP
  326. Referenced by netsnmp_table_dataset_delete_all_data().
  327. .SS "NETSNMP_INLINE void netsnmp_table_dataset_delete_row (fBnetsnmp_table_rowfP * row)"
  328. .PP
  329. deletes all the data from this node and beyond in the linked list 
  330. .PP
  331. Definition at line 1095 of file table_dataset.c.
  332. .PP
  333. References netsnmp_table_data_delete_row(), and netsnmp_table_dataset_delete_all_data().
  334. .PP
  335. Referenced by netsnmp_table_data_set_clone_row(), and netsnmp_table_data_set_helper_handler().
  336. .SS "NETSNMP_INLINE void netsnmp_table_dataset_remove_and_delete_row (fBnetsnmp_table_data_setfP * table, fBnetsnmp_table_rowfP * row)"
  337. .PP
  338. removes a row from the table and then deletes it (and all it's data) 
  339. .PP
  340. Definition at line 1119 of file table_dataset.c.
  341. .PP
  342. References netsnmp_table_data_remove_and_delete_row(), netsnmp_table_dataset_delete_all_data(), and netsnmp_table_data_set_s::table.
  343. .PP
  344. Referenced by netsnmp_table_data_set_helper_handler().
  345. .SS "NETSNMP_INLINE void netsnmp_table_dataset_remove_row (fBnetsnmp_table_data_setfP * table, fBnetsnmp_table_rowfP * row)"
  346. .PP
  347. removes a row from the table, but doesn't delete/free anything 
  348. .PP
  349. Definition at line 1108 of file table_dataset.c.
  350. .PP
  351. References netsnmp_table_data_remove_and_delete_row(), and netsnmp_table_data_set_s::table.
  352. .SS "NETSNMP_INLINE void netsnmp_table_dataset_replace_row (fBnetsnmp_table_data_setfP * table, fBnetsnmp_table_rowfP * origrow, fBnetsnmp_table_rowfP * newrow)"
  353. .PP
  354. adds a new row to a dataset table 
  355. .PP
  356. Definition at line 1059 of file table_dataset.c.
  357. .PP
  358. References netsnmp_table_data_replace_row(), and netsnmp_table_data_set_s::table.
  359. .PP
  360. Referenced by netsnmp_table_data_set_helper_handler().
  361. .SS "int netsnmp_table_set_add_default_row (fBnetsnmp_table_data_setfP * table_set, unsigned int column, int type, int writable, void * default_value, size_t default_value_len)"
  362. .PP
  363. adds a new default row to a table_set. 
  364. .PP
  365. Arguments should be the table_set, column number, variable type and finally a 1 if it is allowed to be writable, or a 0 if not. If the default_value field is not NULL, it will be used to populate new valuse in that column fro newly created rows. It is copied into the storage template (free your calling argument).
  366. .PP
  367. returns SNMPERR_SUCCESS or SNMPERR_FAILURE
  368. .PP
  369. Definition at line 289 of file table_dataset.c.
  370. .PP
  371. References netsnmp_table_data_set_storage_s::column, netsnmp_table_data_set_storage_s::data, netsnmp_table_data_set_storage_s::data_len, netsnmp_table_data_set_s::default_row, memdup(), netsnmp_table_data_set_find_column(), netsnmp_table_data_set_storage_s::next, NULL, snmp_log(), SNMP_MALLOC_TYPEDEF, netsnmp_table_data_set_storage_s::type, and netsnmp_table_data_set_storage_s::writable.
  372. .PP
  373. Referenced by netsnmp_config_parse_table_set(), and netsnmp_table_set_multi_add_default_row().
  374. .SS "void netsnmp_table_set_add_indexes (va_alist)"
  375. .PP
  376. adds multiple indexes to a table_dataset helper object. 
  377. .PP
  378. To end the list, use a 0 after the list of ASN index types. 
  379. .PP
  380. Definition at line 1180 of file table_dataset.c.
  381. .PP
  382. References netsnmp_table_dataset_add_index().
  383. .SS "void netsnmp_table_set_multi_add_default_row (va_dcl)"
  384. .PP
  385. adds multiple data column definitions to each row. 
  386. .PP
  387. Functionally, this is a wrapper around calling netsnmp_table_set_add_default_row repeatedly for you.
  388. .PP
  389. fBExamples: fP
  390. .in +1c
  391. fBdata_set.cfP.
  392. .PP
  393. Definition at line 1141 of file table_dataset.c.
  394. .PP
  395. References netsnmp_table_set_add_default_row().