summaryrefslogtreecommitdiff
path: root/lib/tests/test-blocking.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/test-blocking.c')
-rw-r--r--lib/tests/test-blocking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test-blocking.c b/lib/tests/test-blocking.c
index aab76e3..e1f657b 100644
--- a/lib/tests/test-blocking.c
+++ b/lib/tests/test-blocking.c
@@ -13,7 +13,7 @@ f (const struct sockaddr *addr,
{
int fd = -1;
//struct rs_alloc_scheme as = { calloc, malloc, free, realloc };
- struct rs_config ctx = { RS_CONN_TYPE_TCP,
+ struct rs_handle ctx = { RS_CONN_TYPE_TCP,
{ RS_CRED_NONE, NULL, NULL },
{ NULL, NULL, NULL, NULL } };
struct rs_packet *p = NULL;