From 2c5c0696e3b1ebd25c8ba6615187edc02b96da4b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 15 Sep 2010 00:49:54 +0200 Subject: Rename rs_config to rs_handle. A configuration will be something else. --- lib/tests/test-blocking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests') 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; -- cgit v1.1