Commit Diff


commit - 04833bad8b901b044bbbf61cb813c49ffee4f8b1
commit + 844dda16b0ff0b9351544d7d94bd2d299be509c6
blob - 39dce48397cbe1b9b804e1744af2374b52dafeab
blob + 4a31b013e208dc44217e5adb1298f296a23afd3e
--- gotd/gotd.c
+++ gotd/gotd.c
@@ -720,7 +720,8 @@ static const char *gotd_proc_names[PROC_MAX] = {
 	"parent",
 	"listen",
 	"auth",
-	"session",
+	"session_read",
+	"session_write",
 	"repo_read",
 	"repo_write"
 };