~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to tools/tools.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2015-08-15 11:58:45 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20150815115845-a01iqjj9qcb8rmut
Tags: upstream-2.02.127
ImportĀ upstreamĀ versionĀ 2.02.127

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
#define ONE_VGNAME_ARG          0x00000010
104
104
/* Command needs a shared lock on a VG; it only reads the VG. */
105
105
#define LOCKD_VG_SH             0x00000020
 
106
/* Command does not process any metadata. */
 
107
#define NO_METADATA_PROCESSING  0x00000040
106
108
 
107
109
/* a register of the lvm commands */
108
110
struct command {