From d7bc357b2d1ec596e1b7fc982d0e299db3b4135c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 3 Jan 2016 00:06:41 +1000 Subject: Beat the server connection manegement into shape. --- src/libraries/Runnr.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/libraries/Runnr.h') diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h index a2098d9..b44dca4 100644 --- a/src/libraries/Runnr.h +++ b/src/libraries/Runnr.h @@ -12,6 +12,8 @@ #include #include +#include "SledjHamr.h" + // Stick with Plan C for now. // TODO - Should make this choosable at run time after more testing of Ecore_Thead. #define THREADIT 0 @@ -41,7 +43,7 @@ typedef struct _LuaCompile { char *file, *SID, *luaName; int bugCount; - Ecore_Con_Client *client; + Connection *client; compileCb parser; compileCb cb; boolean doConstants; @@ -69,7 +71,7 @@ typedef struct _script runnrStatus status; RunnrServerCb send2server; Eina_Clist messages; - Ecore_Con_Client *client; + Connection *client; Ecore_Timer *timer; } script; -- cgit v1.1