~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to parser/libapparmor_re/flex-tables.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        uint32_t        th_hsize;
12
12
        uint32_t        th_ssize;
13
13
        uint16_t        th_flags;
14
 
        char            th_version[];
15
 
/*      char            th_name[];
 
14
/*      char            th_version[];
 
15
        char            th_name[];
16
16
        char            th_pad64[];*/
17
17
} __attribute__ ((packed));
18
18
 
22
22
#define YYTD_ID_DEF     4
23
23
#define YYTD_ID_EC      5
24
24
#define YYTD_ID_META    6
 
25
#define YYTD_ID_ACCEPT2 7
25
26
#define YYTD_ID_NXT     8
26
27
 
27
28
#define YYTD_DATA8      1
33
34
        uint16_t        td_flags;
34
35
        uint32_t        td_hilen;
35
36
        uint32_t        td_lolen;
36
 
        char            td_data[];
37
 
/*      char            td_pad64[];*/
 
37
/*      char            td_data[];
 
38
        char            td_pad64[];*/
38
39
} __attribute__ ((packed));
39
40
 
40
41
#endif