Subversion Repositories svn1

Rev

Rev 348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 348 Rev 350
Line 118... Line 118...
118
    bool        valid;                          /* Data valid flag */
118
    bool        valid;                          /* Data valid flag */
119
    bool        bad_times;                      /* Legs times not fully defined */
119
    bool        bad_times;                      /* Legs times not fully defined */
120
    bool        disqualified;                   /* Team has been disqualified */
120
    bool        disqualified;                   /* Team has been disqualified */
121
    bool        non_equestrian:1;               /* Team is special : non-equestrian */
121
    bool        non_equestrian:1;               /* Team is special : non-equestrian */
122
    bool        vet_check:1;                    /* Team Disqual - Failed vet check */
122
    bool        vet_check:1;                    /* Team Disqual - Failed vet check */
123
    bool        notInFastest:1;                 /* Excelude from fastest team calc */
123
    bool        notInFastest:1;                 /* Exclude from fastest team calc */
124
    bool        notInSort:1;                    /* Exclude from the sort */
124
    bool        notInLP:1;                      /* Not included in Leg Placing */
-
 
125
    bool        notInEP:1;                      /* Not in Event Placing */
125
    } MPACKED
126
    } MPACKED
126
team_flags ;                                    /* Flag word */
127
team_flags ;                                    /* Flag word */
127
 
128
 
128
/*
129
/*
129
**  Team information
130
**  Team information