aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-11 22:48:25 +1000
committerDavid Walter Seikel2012-02-11 22:48:25 +1000
commit754815bc951bcd204e74acdefe6612491429e190 (patch)
tree0a4bc93ebb9bfceee397c60af18da918d6c822ad /LuaSL/src/LuaSL.h
parentCleaner quitting (letting the loop actually run), and clean up unused function. (diff)
downloadSledjHamr-754815bc951bcd204e74acdefe6612491429e190.zip
SledjHamr-754815bc951bcd204e74acdefe6612491429e190.tar.gz
SledjHamr-754815bc951bcd204e74acdefe6612491429e190.tar.bz2
SledjHamr-754815bc951bcd204e74acdefe6612491429e190.tar.xz
Track details of scripts in the test harness. Use that to quit them, and print compile times again.
Note - compile times artificially inflated for now, they include waiting for the other scripts to be compiled to.
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-rw-r--r--LuaSL/src/LuaSL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 8f5b58a..6c672e5 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -54,6 +54,7 @@ typedef struct
54 Evas_Object *bg; // Our background edje, also the game specific stuff. 54 Evas_Object *bg; // Our background edje, also the game specific stuff.
55 Evas_Object *edje; // The edje of the background. 55 Evas_Object *edje; // The edje of the background.
56 Ecore_Con_Server *server; 56 Ecore_Con_Server *server;
57 Eina_Hash *scripts;
57 int logDom; 58 int logDom;
58 const char *address; 59 const char *address;
59 int port; 60 int port;