Revision 9e5442ce lib/opcodes.py

b/lib/opcodes.py
328 328
  __slots__ = OpCode.__slots__ + ["nodes", "output_fields"]
329 329

  
330 330

  
331
class OpQueryNodeStorage(OpCode):
332
  """Get information on storage for node(s)."""
333
  OP_ID = "OP_NODE_QUERY_STORAGE"
334
  __slots__ = OpCode.__slots__ + [
335
    "nodes",
336
    "storage_type",
337
    "name",
338
    "output_fields",
339
    ]
340

  
341

  
331 342
class OpSetNodeParams(OpCode):
332 343
  """Change the parameters of a node."""
333 344
  OP_ID = "OP_NODE_SET_PARAMS"

Also available in: Unified diff