~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/DiagsConfig.cc

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifdef LOCAL_MANAGER
28
28
 
29
29
#include "../mgmt/Main.h"
30
 
#define MGMT_PTR       lmgmt
31
30
#define DIAGS_LOG_FILE "manager.log"
32
31
 
33
32
#else
34
33
#include "Main.h"
35
34
#include "ProxyConfig.h"
36
 
#define MGMT_PTR       pmgmt
37
35
#define DIAGS_LOG_FILE "diags.log"
38
36
 
39
37
#endif