- added a type definition inside QueryRec structure
authorJiří Škrábal <nykolas@ics.muni.cz>
Wed, 22 Sep 2004 15:54:00 +0000 (15:54 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Wed, 22 Sep 2004 15:54:00 +0000 (15:54 +0000)
org.glite.lb.client-interface/interface/consumer.h

index 7ae4acd..ccd1b37 100644 (file)
@@ -85,7 +85,7 @@ typedef struct _edg_wll_QueryRec {
  * Query operand.
  * The appropriate type is uniquely defined by the attr member
  */
-       union {
+       union edg_wll_QueryVal {
                int     i;      /**< integer query attribute value */
                char    *c;     /**< character query attribute value */
                struct timeval  t;      /**< time query attribute value */