- added new scriptcontext with devser

This commit is contained in:
zolliker
2008-05-14 14:23:16 +00:00
parent bbb0b971a9
commit 3967dc8844
28 changed files with 1307 additions and 1363 deletions

View File

@ -45,7 +45,7 @@ typedef struct RemServer {
int taskActive;
int interestActive;
int forwardMessages;
SCStore conn;
SCStore *conn;
} RemServer;
struct Remob {