Index: trunk/src/route-rnd/data.h =================================================================== --- trunk/src/route-rnd/data.h (revision 1471) +++ trunk/src/route-rnd/data.h (revision 1472) @@ -82,6 +82,7 @@ unsigned cnst_move:1; /* constraint: move */ unsigned cnst_del:1; /* constraint: del */ unsigned terminal:1; /* object is a terminal (pin or pad) */ + unsigned created:1; /* created by the autorouter */ }; typedef struct rtrnd_line_s {