X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=20f2455e30a3d1fe940d84d9d5616fd97e5ee30d;hp=c36f86b8aec855e07e6149a2b7e724c9f1e7326e;hb=407702d2325663492958761b35400db3370ffdd0;hpb=613b848d6d5a1dc7e714582c74bc98ffed1d84a0 diff --git a/afs.c b/afs.c index c36f86b8..20f2455e 100644 --- a/afs.c +++ b/afs.c @@ -754,9 +754,13 @@ static void register_signal_task(void) static struct list_head afs_client_list; +/** Describes on connected afs client. */ struct afs_client { + /** Position in the afs client list. */ struct list_head node; + /** The socket file descriptor for this client. */ int fd; + /** The time the client connected. */ struct timeval connect_time; };