From dc6225ecce239ce0e8e1672cb975af748fe05b86 Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 30 May 2008 10:33:19 +0000 Subject: [PATCH] - --- devser.c | 1 + scriptcontext.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/devser.c b/devser.c index 569a398c..f0d30a92 100644 --- a/devser.c +++ b/devser.c @@ -25,6 +25,7 @@ struct DevSer { int killCurrent; DevAction *actions; /* the action queue */ SchedHeader *headers; + ErrMsg *errmsg; int killMe; int steps; }; diff --git a/scriptcontext.c b/scriptcontext.c index 186e373b..a827f25e 100644 --- a/scriptcontext.c +++ b/scriptcontext.c @@ -12,9 +12,6 @@ #include "dynstring.h" #include "devser.h" -/* TODO: retry feature, error handling -*/ - #define MAX_HDB_PATH 1024 typedef struct ContextItem {