summaryrefslogtreecommitdiffstats
path: root/src/include/cm.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-19 21:19:34 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-19 21:19:34 +0000
commit4c6273ea54b9e32fe0a1ccead9b4ff820f803f4b (patch)
tree6dac7018a38a810fc1bd60a60bbbad63e602cfbb /src/include/cm.h
parentd66cb42071adac7b7b595466a47f52bd9bfed163 (diff)
downloadkrb5-4c6273ea54b9e32fe0a1ccead9b4ff820f803f4b.tar.gz
krb5-4c6273ea54b9e32fe0a1ccead9b4ff820f803f4b.tar.xz
krb5-4c6273ea54b9e32fe0a1ccead9b4ff820f803f4b.zip
update comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14887 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/cm.h')
-rw-r--r--src/include/cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cm.h b/src/include/cm.h
index a04f271d5..4d8ac60a6 100644
--- a/src/include/cm.h
+++ b/src/include/cm.h
@@ -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. */