sequence link must be first in agsubnode.
authornorth <devnull@localhost>
Thu, 15 Nov 2007 04:31:44 +0000 (04:31 +0000)
committernorth <devnull@localhost>
Thu, 15 Nov 2007 04:31:44 +0000 (04:31 +0000)
lib/cgraph/cgraph.h

index c430b642b974be53de8212641028bb6faa457bba..89c3801cca86d1a894af7fb3f4b37157875600c2 100644 (file)
@@ -109,8 +109,8 @@ string name at its time of creation, or it is permissible to pass NIL(char*)
 for the name. */
 
 struct Agsubnode_s {           /* the node-per-graph-or-subgraph record */
+    Dtlink_t seq_link;         /* must be first */
     Dtlink_t id_link;
-    Dtlink_t seq_link;
     Agnode_t *node;            /* the object */
     Dtlink_t *in_id, *out_id;  /* by node/ID for random access */
     Dtlink_t *in_seq, *out_seq;        /* by node/sequence for serial access */