chiark / gitweb /
new seg->motion_newplan in anticipation of ability to replan
authorian <ian>
Sat, 17 May 2008 23:59:10 +0000 (23:59 +0000)
committerian <ian>
Sat, 17 May 2008 23:59:10 +0000 (23:59 +0000)
hostside/safety.h

index c286697d8c2a419a477db02b8b56662177b65189..2f290770172f6ba0617579a2b483d460abc04976 100644 (file)
@@ -75,7 +75,8 @@ struct Segment {
     res_detect:1; /* detection noticed here during resolution */
   MovPosComb movposcomb; /* -1 means not known or moving */
   MovPosChange *motion; /* if ->moving, owned by movpos, otherwise by safety */
-  TimeInterval until; /* for use by safety.c */
+  TimeInterval until;            /* } for use by safety.c */
+  MovPosChange *motion_newplan;  /* }  during predict     */
   const SegmentInfo *i;
 };