This commit is contained in:
zolliker
2008-05-30 10:33:19 +00:00
parent 3a6e41000b
commit dc6225ecce
2 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,7 @@ struct DevSer {
int killCurrent;
DevAction *actions; /* the action queue */
SchedHeader *headers;
ErrMsg *errmsg;
int killMe;
int steps;
};