]> the.earth.li Git - onak.git/blobdiff - keydctl.c
Include statistics for fetching by SKS hash in "keydctl status"
[onak.git] / keydctl.c
index 1aa5d59e4ccfe09dbe2bbc36baac9315bf54b163..25d5f45964fc3b882a5590b60e4cb7e0229441d2 100644 (file)
--- a/keydctl.c
+++ b/keydctl.c
@@ -175,6 +175,8 @@ static void keyd_status(void)
                stats.command_stats[KEYD_CMD_GET_ID]);
        printf("  Get key by FP:    %d\n",
                stats.command_stats[KEYD_CMD_GET_FP]);
+       printf("  Get key by hash:  %d\n",
+               stats.command_stats[KEYD_CMD_GET_SKSHASH]);
        printf("  Store key:        %d\n",
                stats.command_stats[KEYD_CMD_STORE]);
        printf("  Delete key:       %d\n",