-
This commit is contained in:
1
devser.c
1
devser.c
@ -25,6 +25,7 @@ struct DevSer {
|
||||
int killCurrent;
|
||||
DevAction *actions; /* the action queue */
|
||||
SchedHeader *headers;
|
||||
ErrMsg *errmsg;
|
||||
int killMe;
|
||||
int steps;
|
||||
};
|
||||
|
@ -12,9 +12,6 @@
|
||||
#include "dynstring.h"
|
||||
#include "devser.h"
|
||||
|
||||
/* TODO: retry feature, error handling
|
||||
*/
|
||||
|
||||
#define MAX_HDB_PATH 1024
|
||||
|
||||
typedef struct ContextItem {
|
||||
|
Reference in New Issue
Block a user