Rev 12273 | Rev 12302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12273 | Rev 12295 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | 95 | ||
96 | #define SHORTSWNAME "WIMS" |
96 | #define SHORTSWNAME "WIMS" |
97 | #define LONGSWNAME "WWW Interactive Multipurpose Server" |
97 | #define LONGSWNAME "WWW Interactive Multipurpose Server" |
98 | #define SEEDSCORES (2*MAX_SCORESEED*SEEDSIZE) |
98 | #define SEEDSCORES (2*MAX_SCORESEED*SEEDSIZE) |
99 | typedef struct scoreresult { |
99 | typedef struct scoreresult { |
100 | unsigned short int num, |
100 | unsigned short int num, pad, seedlastcnt; |
101 | float require, weight, score, mean, last, try, best, level, new, seedscorelast; |
101 | float require, weight, score, mean, last, try, best, level, new, seedscorelast; |
102 | char seedlast[SEEDSIZE]; |
102 | char seedlast[SEEDSIZE]; |
103 | char seedscores[SEEDSCORES]; |
103 | char seedscores[SEEDSCORES]; |
104 | 104 | ||
105 | } scoreresult; |
105 | } scoreresult; |