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

« back to all changes in this revision

Viewing changes to lib/format_text/layout.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:
21
21
#include "metadata.h"
22
22
#include "uuid.h"
23
23
 
24
 
/* On disk */
25
 
struct disk_locn {
26
 
        uint64_t offset;        /* Offset in bytes to start sector */
27
 
        uint64_t size;          /* Bytes */
28
 
} __attribute__ ((packed));
29
 
 
30
 
/* Data areas (holding PEs) */
31
 
struct data_area_list {
32
 
        struct dm_list list;
33
 
        struct disk_locn disk_locn;
34
 
};
 
24
/* disk_locn and data_area_list are defined in format-text.h */
35
25
 
36
26
/* Fields with the suffix _xl should be xlate'd wherever they appear */
37
27
/* On disk */