From 4c882d7216bb12d5821a108b9f11544a075c7024 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 20 Oct 2020 07:28:50 +1030 Subject: Impl hostinfod and extras ... * Use EOVERFLOW instead of E2BIG * Add prne_iobuf_zero() * Fix format check logic error in prne_htbt_ser_msg_head() * Add prne_dup_str() * Add prne_timespec_ms() --- .vscode/tasks.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bb7fc05..bd3d1c8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -60,6 +60,11 @@ "type": "shell", "command": "make -C ./src proone-mkcdict proone-bne && ./src/proone-mkcdict ./src/data/cred_dict.txt ./src/data/cred_dict.bin" }, + { + "label": "Build hostinfod", + "type": "shell", + "command": "make -C ./src proone-hostinfod" + } { "label": "Build proone", "type": "shell", -- cgit