Looking this patch over, can you put the vtxlabel struct in the rt vlist.h header? I'm not sure that's a data type we want to introduce into the libbn public headers - too special purpose.
Thanks,
Cliff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Attached is code using bu_malloc / bu_free instead of malloc / free from original patch file.
Brad,
Looking this patch over, can you put the vtxlabel struct in the rt vlist.h header? I'm not sure that's a data type we want to introduce into the libbn public headers - too special purpose.
Thanks,
Cliff
I'll move that over first thing tomorrow and resubmit patch then.
Updated with vtxabel struct definition now in rt vlist.h header.