~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to libdm/ioctl/libdm-targets.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
struct dm_task {
34
34
        int type;
35
35
        char *dev_name;
 
36
        char *mangled_dev_name;
36
37
 
37
38
        struct target *head, *tail;
38
39
 
63
64
        int cookie_set;
64
65
        int new_uuid;
65
66
        int secure_data;
 
67
        int retry_remove;
66
68
        int enable_checks;
 
69
        int expected_errno;
67
70
 
68
71
        char *uuid;
69
72
};