X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=lib%2Ftevent%2Ftevent_internal.h;fp=lib%2Ftevent%2Ftevent_internal.h;h=8d72ee5869f828164463d00a9f242e160e41f717;hb=e6c324aaec89b6c561e19018b0ccbd5d9c0eea73;hp=6f0ecfdbe3f22a15bd9b33de6a825fdaba880fb9;hpb=f4db6a027762ad252ad5b36701e287dc1e44a1e5;p=metze%2Fsamba%2Fwip.git diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h index 6f0ecfdbe3f2..8d72ee5869f8 100644 --- a/lib/tevent/tevent_internal.h +++ b/lib/tevent/tevent_internal.h @@ -246,6 +246,8 @@ struct tevent_context { /* the specific events implementation */ const struct tevent_ops *ops; + uint32_t features; + /* * The following three pointers are queried on every loop_once * in the order in which they appear here. Not measured, but