~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to mgmt/LocalManager.h

  • 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:
87
87
  void closeProxyPorts();
88
88
 
89
89
  void mgmtCleanup();
90
 
  void mgmtShutdown(int status, bool mainThread = false);
 
90
  void mgmtShutdown(bool mainThread = false);
91
91
  void processShutdown(bool mainThread = false);
92
92
  void processRestart();
93
93
  void processBounce();
94
94
  void rollLogFiles();
95
 
  void clearStats();
 
95
  void clearStats(const char *name = NULL);
96
96
 
97
97
  bool processRunning();
98
98
  bool clusterOk();