Revision 7c0d6283 lib/opcodes.py

b/lib/opcodes.py
275 275
  OP_ID = "OP_OS_DIAGNOSE"
276 276
  __slots__ = []
277 277

  
278

  
278 279
# Exports opcodes
279 280
class OpQueryExports(OpCode):
280 281
  """Compute the list of exported images."""
281 282
  OP_ID = "OP_BACKUP_QUERY"
282 283
  __slots__ = ["nodes"]
283 284

  
285

  
284 286
class OpExportInstance(OpCode):
285 287
  """Export an instance."""
286 288
  OP_ID = "OP_BACKUP_EXPORT"

Also available in: Unified diff