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