]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished KidName example to use a real Squid process name.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 7 Jul 2010 16:45:24 +0000 (10:45 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 7 Jul 2010 16:45:24 +0000 (10:45 -0600)
src/ipc/Kids.h

index bf7a56c036b2fdb165e30924fba9d3ce78c1c2e7..bfa3735a284d1a1ad8b3164821cb1f036b960973 100644 (file)
@@ -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