From: Nick Mathewson Date: Mon, 21 Jun 2010 16:24:49 +0000 (-0400) Subject: Fix sentence fragment in docs for event_get_struct_event_size() X-Git-Tag: release-2.0.6-rc~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b259b6796fc34948402805e88184c29400db159;p=libevent Fix sentence fragment in docs for event_get_struct_event_size() --- diff --git a/include/event2/event.h b/include/event2/event.h index e0486695..acee64a7 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -610,8 +610,9 @@ void event_get_assignment(const struct event *event, struct event_base **base_ou otherwise might not. Note that it might be SMALLER than sizeof(struct event) if some future - version of Libevent adds extra buffer space to the end of struct event - to ensure + version of Libevent adds extra padding to the end of struct event. + We might do this to help ensure ABI-compatibility between different + versions of Libevent. */ size_t event_get_struct_event_size(void);