tevent: change tevent_fd->additional_flags to uint64_t
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Mar 2011 14:20:46 +0000 (15:20 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2011 08:37:02 +0000 (09:37 +0100)
metze

lib/tevent/tevent_internal.h

index 3d71bfd03418d50bbe4969e27e1edd5928385232..9227f90315631ce3daf151aeb834ec24077d6b99 100644 (file)
@@ -162,7 +162,7 @@ struct tevent_fd {
        const char *handler_name;
        const char *location;
        /* this is private for the events_ops implementation */
-       uint16_t additional_flags;
+       uint64_t additional_flags;
        void *additional_data;
 };