We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2ac5c3 + 733b649 commit 66aef7dCopy full SHA for 66aef7d
test/wh_test_comm.c
@@ -47,6 +47,8 @@
47
#include <time.h> /* For nanosleep */
48
#include "port/posix/posix_transport_tcp.h"
49
#include "port/posix/posix_transport_shm.h"
50
+
51
+const struct timespec ONE_MS = { .tv_sec = 0, .tv_nsec = 1000000 };
52
#endif
53
54
#include "wh_test_comm.h"
@@ -56,7 +58,6 @@
56
58
#define RESP_SIZE 64
57
59
#define REPEAT_COUNT 10
60
-const struct timespec ONE_MS = { .tv_sec = 0, .tv_nsec = 1000000 };
61
62
#if defined(WOLFHSM_CFG_ENABLE_CLIENT) && defined(WOLFHSM_CFG_ENABLE_SERVER)
63
int whTest_CommMem(void)
0 commit comments