source/storage.tcl
| Procedure Summary |
load { }Loads stored information from last boot in the global namespace as an array named "Storage". |
unload { }Unloads Storage from the global namespace and invokes "update" to save it. |
update { args }Invoked with a trace when-ever Storage is modified. |
| Procedure Detail |
proc load { }
proc unload { }
proc update { args }