Commit Diff


commit - 8d08767078347495fc28f6a97ad1e5e1b3b6f5f2
commit + 88519c7b1cbd117d1c85aafbd8df02d40cdf9b45
blob - 9b3ad2a9c8311d24800ae4635ebacf817c1c49af
blob + 3bb0273fc4212a6466a7c64f126b6f82b9aa6799
--- ctl.c
+++ ctl.c
@@ -717,6 +717,8 @@ ctl_monitor(struct parse_result *res, int argc, char *
 			res->monitor[IMSG_CTL_ADD] = 1;
 		else if (!strcmp(tok, "load"))
 			res->monitor[IMSG_CTL_COMMIT] = 1;
+		else if (!strcmp(tok, "seek"))
+			res->monitor[IMSG_CTL_SEEK] = 1;
 		else
 			fatalx("unknown event \"%s\"", tok);
 	}