diff options
author | Venky Shankar <venky@gluster.com> | 2011-04-11 05:48:36 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-11 23:50:28 -0700 |
commit | 2a6598646824da9d6a957fb5b3e4c6bb40fb6835 (patch) | |
tree | 2a432e056f4803967569f58f2d70e9c63e2ef306 /libglusterfs/src/event.h | |
parent | cfd85789c44ce3f88d6bf87d7b0a47dafb8c6d57 (diff) |
build fixes
Signed-off-by: Venky Shankar <venky@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2550 (build warnings)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2550
Diffstat (limited to 'libglusterfs/src/event.h')
-rw-r--r-- | libglusterfs/src/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/event.h b/libglusterfs/src/event.h index 57884d173ce..eb42663654b 100644 --- a/libglusterfs/src/event.h +++ b/libglusterfs/src/event.h @@ -32,7 +32,7 @@ struct event_ops; struct event_data { int fd; int idx; -} __attribute__ ((__packed__)); +} __attribute__ ((__packed__, __may_alias__)); typedef int (*event_handler_t) (int fd, int idx, void *data, |