X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Frscommon.h;h=45a5b3129e141af8369576e059bb386b497d823f;hb=1da4d6e0bbabfb308c1cc5d1e08a2712ce647259;hp=216fec30176a1ac373859d5cb1af4e4a891a8b89;hpb=01422903688c153437cf6368a58fde42b3125efd;p=ypp-sc-tools.db-live.git diff --git a/yarrg/rscommon.h b/yarrg/rscommon.h index 216fec3..45a5b31 100644 --- a/yarrg/rscommon.h +++ b/yarrg/rscommon.h @@ -14,6 +14,8 @@ DF(tableau) \ DF(lp) +//#define debug_flags 0 + #define debug debug_file #include "common.h" @@ -121,6 +123,7 @@ void setup_value(void); typedef struct { double value[AP]; + int length; int ports[MAX_ROUTELEN]; } OnePotentialResult;