Aligned naming of storages messages with design: changed to utilization.
Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -259,10 +259,10 @@ | ... | @@ -259,10 +259,10 @@ |
259 | </elem> | 259 | </elem> |
260 | </struct> | 260 | </struct> |
261 | 261 | ||
262 | <!--StorageStats Report Msg--> | 262 | <!--UtilizationStats Msg--> |
263 | <struct name="StorageStats" type="Logging.UsageMsg" rttkey='"tpf://ilp/storagestats"'> | 263 | <struct name="UtilizationStats" type="Logging.UsageMsg" rttkey='"tpf://ilp/utilizationstats"'> |
264 | <comment> | 264 | <comment> |
265 | Usage message captures ILP data storages statistics information. | 265 | Message captures ILP data utilization statistics information for a particular storage. |
266 | </comment> | 266 | </comment> |
267 | 267 | ||
268 | <elem name="storageid" type="string" multiplicity="1"> | 268 | <elem name="storageid" type="string" multiplicity="1"> |
... | @@ -298,10 +298,10 @@ | ... | @@ -298,10 +298,10 @@ |
298 | </elem> | 298 | </elem> |
299 | </struct> | 299 | </struct> |
300 | 300 | ||
301 | <!--StorageUpdate Msg--> | 301 | <!--UtilizationUpdate Msg--> |
302 | <struct name="StorageUpdate" type="Logging.UsageMsg" rttkey='"tpf://ilp/storageupdate"'> | 302 | <struct name="UtilizationUpdate" type="Logging.UsageMsg" rttkey='"tpf://ilp/utilizationupdate"'> |
303 | <comment> | 303 | <comment> |
304 | Usage message captures ILP data storage update information. | 304 | Message captures ILP data storage utilization update information. |
305 | </comment> | 305 | </comment> |
306 | 306 | ||
307 | <elem name="storageid" type="string" multiplicity="1"> | 307 | <elem name="storageid" type="string" multiplicity="1"> | ... | ... |
-
Please register or sign in to post a comment