Revision 0a7bed64

b/Makefile.am
3 3
# - Keep files sorted; one line per file.
4 4
# - Directories in lib/ must have their own *dir variable (see hypervisor).
5 5
# - All directories must be listed DIRS.
6
# - Use autogen.sh to generate Makefile.in and configure script
6
# - Use autogen.sh to generate Makefile.in and configure script.
7 7

  
8 8
# Automake doesn't export these variables before version 1.10.
9 9
abs_top_builddir = @abs_top_builddir@
b/lib/opcodes.py
428 428
  OP_ID = "OP_BACKUP_EXPORT"
429 429
  __slots__ = ["instance_name", "target_node", "shutdown"]
430 430

  
431

  
431 432
class OpRemoveExport(OpCode):
432 433
  """Remove an instance's export."""
433 434
  OP_ID = "OP_BACKUP_REMOVE"
434 435
  __slots__ = ["instance_name"]
435 436

  
437

  
436 438
# Tags opcodes
437 439
class OpGetTags(OpCode):
438 440
  """Returns the tags of the given object."""

Also available in: Unified diff