- runscript added to evcontroller objects
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user