You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/03/09 01:48:36 UTC

[21/50] git commit: TS-1731: better lua build fix

TS-1731: better lua build fix


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/197931b5
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/197931b5
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/197931b5

Branch: refs/heads/3.3.x
Commit: 197931b5913f9dd426adb2d32b232f1385dc6400
Parents: e6d24f6
Author: James Peach <jp...@apache.org>
Authored: Thu Feb 28 15:02:38 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Feb 28 15:02:38 2013 -0800

----------------------------------------------------------------------
 plugins/experimental/lua/state.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/197931b5/plugins/experimental/lua/state.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/lua/state.cc b/plugins/experimental/lua/state.cc
index 856497a..9d89a97 100644
--- a/plugins/experimental/lua/state.cc
+++ b/plugins/experimental/lua/state.cc
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <errno.h>
 
-#define INVALID_INSTANCE_ID (unsigned int)(-1)
+#define INVALID_INSTANCE_ID (instanceid_t)(-1)
 
 typedef int (*LuaHookDemuxer)(TSHttpHookID, TSCont, TSEvent, void *);