Kill unused afd.attributes_string.
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index c36f86b8aec855e07e6149a2b7e724c9f1e7326e..20f2455e30a3d1fe940d84d9d5616fd97e5ee30d 100644 (file)
--- 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;
 };