From 754815bc951bcd204e74acdefe6612491429e190 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 11 Feb 2012 22:48:25 +1000 Subject: 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. --- LuaSL/src/LuaSL.h | 1 + 1 file changed, 1 insertion(+) (limited to 'LuaSL/src/LuaSL.h') 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 Evas_Object *bg; // Our background edje, also the game specific stuff. Evas_Object *edje; // The edje of the background. Ecore_Con_Server *server; + Eina_Hash *scripts; int logDom; const char *address; int port; -- cgit v1.1