Revision efb8da02 lib/opcodes.py
b/lib/opcodes.py | ||
---|---|---|
339 | 339 |
] |
340 | 340 |
|
341 | 341 |
|
342 |
class OpModifyNodeStorage(OpCode): |
|
343 |
"""""" |
|
344 |
OP_ID = "OP_NODE_MODIFY_STORAGE" |
|
345 |
__slots__ = OpCode.__slots__ + [ |
|
346 |
"node_name", |
|
347 |
"storage_type", |
|
348 |
"name", |
|
349 |
"changes", |
|
350 |
] |
|
351 |
|
|
352 |
|
|
342 | 353 |
class OpSetNodeParams(OpCode): |
343 | 354 |
"""Change the parameters of a node.""" |
344 | 355 |
OP_ID = "OP_NODE_SET_PARAMS" |
Also available in: Unified diff