Repository: trafficserver
Updated Branches:
  refs/heads/master 32d6b60ea -> 54aaca2b6


docs: bump copyright year


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

Branch: refs/heads/master
Commit: 54aaca2b6444cd4743bb35a2cbe69de4d4a5cbf6
Parents: 32d6b60
Author: James Peach <[email protected]>
Authored: Wed Sep 16 13:31:11 2015 -0700
Committer: James Peach <[email protected]>
Committed: Wed Sep 16 13:31:11 2015 -0700

----------------------------------------------------------------------
 doc/conf.py                  |  2 +-
 iocore/cache/CacheHosting.cc | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54aaca2b/doc/conf.py
----------------------------------------------------------------------
diff --git a/doc/conf.py b/doc/conf.py
index 5317273..9abe9a4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -71,7 +71,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache Traffic Server'
-copyright = u'2014, [email protected]'
+copyright = u'2015, [email protected]'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54aaca2b/iocore/cache/CacheHosting.cc
----------------------------------------------------------------------
diff --git a/iocore/cache/CacheHosting.cc b/iocore/cache/CacheHosting.cc
index 4d8cb87..8144f04 100644
--- a/iocore/cache/CacheHosting.cc
+++ b/iocore/cache/CacheHosting.cc
@@ -825,12 +825,12 @@ int saved_cp_list_len;
 ConfigVolumes saved_config_volumes;
 int saved_gnvol;
 
-int ClearConfigVol(ConfigVolumes *configp);
-int ClearCacheVolList(Queue<CacheVol> *cpl, int len);
-int create_config(RegressionTest *t, int i);
-int execute_and_verify(RegressionTest *t);
-void save_state();
-void restore_state();
+static int ClearConfigVol(ConfigVolumes *configp);
+static int ClearCacheVolList(Queue<CacheVol> *cpl, int len);
+static int create_config(RegressionTest *t, int i);
+static int execute_and_verify(RegressionTest *t);
+static void save_state();
+static void restore_state();
 
 EXCLUSIVE_REGRESSION_TEST(Cache_vol)(RegressionTest *t, int /* atype 
ATS_UNUSED */, int *status)
 {
@@ -856,7 +856,7 @@ create_config(RegressionTest *t, int num)
   // clear all old configurations before adding new test cases
   config_volumes.clear_all();
   switch (num) {
-  case 0:
+  pase 0:
     for (i = 0; i < gndisks; i++) {
       CacheDisk *d = gdisks[i];
       int blocks = d->num_usable_blocks;

Reply via email to