summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-07-17 09:47:16 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-07-17 09:47:16 +0000
commit7e16190f726fba497f22288be01c7f95c8cb0f87 (patch)
treed8a567f3039098aad502923aa87f42f86d0d041c
parentddcc3a7fa54a2ae201b3df688cd852e449c504dd (diff)
downloadneon-7e16190f726fba497f22288be01c7f95c8cb0f87.tar.gz
* src/ne_session.h: Update ABI note for status union.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1209 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--src/ne_session.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ne_session.h b/src/ne_session.h
index 4548513..dfba26c 100644
--- a/src/ne_session.h
+++ b/src/ne_session.h
@@ -98,9 +98,9 @@ typedef enum {
} ne_session_status;
/* Status event information union; the relevant structure within
- * corresponds to the event type. The size of this structure is not
- * limited by ABI constraint; i.e. the "info" union or any existing
- * struct inside that union may be expanded in later releases. */
+ * corresponds to the event type. WARNING: the size of this union is
+ * not limited by ABI constraint; it may be extended with additional
+ * members of different size, or existing members may be extended. */
typedef union ne_session_status_info_u {
struct /* ne_status_lookup */ {
const char *hostname;