Changes between Version 19 and Version 20 of Internal/InventoryV3
- Timestamp:
- Nov 17, 2009, 11:38:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v19 v20 241 241 a hash of matches for specific data structures (table entries). 242 242 * update can then iterate that hash and call the respective update functions for each give table. 243 * to that end the update_device method needs to be split in two to reflect the data structures 243 244 * the data structure design paradigm should be to have one data structure for each table that needs to be checked / update. It's 244 245 pretty close to this, but needs a little work.