Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 215 by [email protected]: Source code ( a joke probably )
http://code.google.com/p/memcached/issues/detail?id=215
I don't know what to say but I am not sure if this I get you correctly,
here is memcached.c:
166 /** exported globals **/
167 struct stats stats;
168 struct settings settings;
169 static time_t process_started; /* when the process was started */
The static on last line is pretty hilarious if the I consider the first
line of comment to be true. Is it really an issue or is it just me?