This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 489faa3 Make local_event_callbacks variable static.
489faa3 is described below
commit 489faa36fff1c295f27c2331692558efba246258
Author: James Peach <[email protected]>
AuthorDate: Wed Oct 5 20:16:29 2016 -0700
Make local_event_callbacks variable static.
---
mgmt/api/CoreAPI.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mgmt/api/CoreAPI.cc b/mgmt/api/CoreAPI.cc
index 9e4f689..027f746 100644
--- a/mgmt/api/CoreAPI.cc
+++ b/mgmt/api/CoreAPI.cc
@@ -51,7 +51,7 @@
#include "ts/ink_cap.h"
// global variable
-CallbackTable *local_event_callbacks;
+static CallbackTable *local_event_callbacks;
extern FileManager *configFiles; // global in traffic_manager
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].