PSI sics-cvs-psi-2008-10-02

This commit is contained in:
2008-10-02 00:00:00 +00:00
committed by Douglas Clowes
parent 6e926b813f
commit 4baffb9b7a
304 changed files with 77527 additions and 3612 deletions

View File

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