Repository: trafficserver Updated Branches: refs/heads/master 797651e89 -> 1419f4901
Minor InkAPI.cc namespace cleanups. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8f10bd08 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8f10bd08 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8f10bd08 Branch: refs/heads/master Commit: 8f10bd08f4fb996e9e07ed53dcea22e40685b8dc Parents: 797651e Author: James Peach <[email protected]> Authored: Thu Mar 24 21:23:56 2016 -0700 Committer: James Peach <[email protected]> Committed: Thu Mar 24 21:23:56 2016 -0700 ---------------------------------------------------------------------- proxy/InkAPI.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8f10bd08/proxy/InkAPI.cc ---------------------------------------------------------------------- diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc index d41c874..1b780bd 100644 --- a/proxy/InkAPI.cc +++ b/proxy/InkAPI.cc @@ -43,12 +43,10 @@ #include "P_HostDB.h" #include "P_Cache.h" #include "I_RecCore.h" -#include "I_RecSignals.h" #include "ProxyConfig.h" #include "Plugin.h" #include "LogObject.h" #include "LogConfig.h" -//#include "UserNameCache.h" #include "PluginVC.h" #include "api/ts/experimental.h" #include "ICP.h" @@ -86,13 +84,10 @@ static volatile int api_rsb_index = 0; static RecRawStatBlock *api_rsb; -// Library init functions needed for API. -extern void ts_session_protocol_well_known_name_indices_init(); - // Globals for the Sessions/Transaction index registry static volatile int next_argv_index = 0; -struct _STATE_ARG_TABLE { +static struct _STATE_ARG_TABLE { char *name; size_t name_len; char *description;
