--- libaitio/inc/aitio.h 2010/09/27 16:08:37 1.5.2.1 +++ libaitio/inc/aitio.h 2010/09/28 07:38:19 1.5.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.5.2.1 2010/09/27 16:08:37 misho Exp $ +* $Id: aitio.h,v 1.5.2.2 2010/09/28 07:38:19 misho Exp $ * *************************************************************************/ #ifndef __AITIO_H @@ -33,12 +33,13 @@ struct tagReqXML { unsigned char xml_line[BUFSIZ]; url_Item_t xml_namespace; - url_Item_t xml_container; + union { + url_Item_t container; + url_Item_t path; + } xml_node; url_Item_t xml_data; url_Item_t xml_attribute; url_Item_t xml_value; - - char *xml_reserved; };