- runscript added to evcontroller objects

This commit is contained in:
zolliker
2006-06-20 14:16:50 +00:00
parent e09262e4d1
commit 005f82f96d

View File

@ -1,5 +1,5 @@
#line 244 "evcontroller.w"
#line 249 "evcontroller.w"
/*-------------------------------------------------------------------------
Environment controller datastructure
@ -43,9 +43,10 @@
int iStop;
SCStore conn;
char *creationArgs;
char *runScript;
void *pPrivate;
void (*KillPrivate)(void *pData);
} EVControl;
#line 262 "evcontroller.w"
#line 267 "evcontroller.w"