From: Alex Rousskov Date: Wed, 7 Jul 2010 16:45:24 +0000 (-0600) Subject: Polished KidName example to use a real Squid process name. X-Git-Tag: SQUID_3_2_0_1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0519193aa85d195ae4637495545afda3fd75a685;p=thirdparty%2Fsquid.git Polished KidName example to use a real Squid process name. --- diff --git a/src/ipc/Kids.h b/src/ipc/Kids.h index bf7a56c036..bfa3735a28 100644 --- a/src/ipc/Kids.h +++ b/src/ipc/Kids.h @@ -48,7 +48,7 @@ private: extern Kids TheKids; ///< All kids being maintained -typedef char KidName[64]; ///< Squid process name (e.g., squid2) +typedef char KidName[64]; ///< Squid process name (e.g., "squid-coord") extern KidName TheKidName; ///< current Squid process name