update comments
authorKen Raeburn <raeburn@mit.edu>
Thu, 19 Sep 2002 21:19:34 +0000 (21:19 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 19 Sep 2002 21:19:34 +0000 (21:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14887 dc483132-0cff-0310-8789-dd5450dbe970

src/include/cm.h

index a04f271d5c1f46ad3c67a844121ba707972c2f0c..4d8ac60a6f9028c5240d68a7a6abeb9352c6c79a 100644 (file)
@@ -27,7 +27,7 @@
 struct select_state {
     int max, nfds;
     fd_set rfds, wfds, xfds;
-    struct timeval end_time;
+    struct timeval end_time;   /* magic: tv_sec==0 => never time out */
 };
 
 /* Select state flags.  */