X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;h=858197fdcc457dd19a73d5ffb66af50bff5cf5f2;hp=c18df4aaa06eed0a49f1241240c92581fd64615f;hb=f2e7dbf218365e3f47b942ea999796b2724ccc24;hpb=8fac32c4f3fde7bd2e0305dabe665187a14c1a1b diff --git a/client.h b/client.h index c18df4a..858197f 100644 --- a/client.h +++ b/client.h @@ -42,7 +42,7 @@ struct Client { // The file descriptor associated with this socket. int sock; - // When the client connected, in terms of CLOCK_MONOTONIC_COARSE. + // When the client connected (or went into keepalive), in terms of CLOCK_MONOTONIC_COARSE. timespec connect_time; // Some information only used for logging.