diff options
author | David Timber <mieabby@gmail.com> | 2020-01-11 18:03:47 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-11 18:03:47 +1100 |
commit | 10512fc50e6184397206a41c157c09d9b02e9e1a (patch) | |
tree | 5f0779032edf0f0710400ae6c99b9a3f2977735d /proone.code-workspace | |
parent | 129e12d7685a6ea99fde514ad104a0368a19033d (diff) |
staged resolv_worker
* replaced RNG from `rnd` to `mbedtls_ctr_drbg`
* use of `uint_fastN_t` where appropriate
* heartbeat protocol draft
* improved worker scheduling mech
Diffstat (limited to 'proone.code-workspace')
-rw-r--r-- | proone.code-workspace | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/proone.code-workspace b/proone.code-workspace index 97ca196..92d77bd 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -8,7 +8,9 @@ "editor.insertSpaces": false, "C_Cpp.default.cStandard": "c11", "C_Cpp.default.defines": [ - "_GNU_SOURCE"], + "_GNU_SOURCE", + "PRNE_DEBUG", + "PRNE_BUILD_ENTROPY=\"84532ab2-0857-4137-9daf-abd990684889\""], "C_Cpp.default.compilerArgs": [ "-pedantic", "-Wall", |