Subversion Repositories svn1-original

Rev

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

Rev 240 Rev 250
Line 113... Line 113...
113
/*
113
/*
114
**  Team based flags
114
**  Team based flags
115
*/
115
*/
116
typedef struct
116
typedef struct
117
    {
117
    {
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
    } MPACKED
123
    } MPACKED
124
team_flags ;                                    /* Flag word */
124
team_flags ;                                    /* Flag word */
125
 
125
 
126
/*
126
/*
127
**  Team information
127
**  Team information