In message <[email protected]>,Simon Wilkinson 
writes:
>example.testgroup_u.firstDataSet.mydata.mydata_val;
>
>I'd like to change this so we can use
>
>example.u.firstDataSet.mydata.val
>
>by removing the name of the structure in the union declaration, and in =
>the len and val attributes of any vector.

i would say that these members names are unique enough that you
could provide some compatability to out of tree users with

#define testgroup_u u
#define mydata_val val
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to