diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
commit | 2c5c0696e3b1ebd25c8ba6615187edc02b96da4b (patch) | |
tree | 122abf4042c59b842d2325bffba4386377fe2b06 /lib/tests | |
parent | c0b178a6ed8d0f539aabf3548ac620bde37db905 (diff) |
Rename rs_config to rs_handle.
A configuration will be something else.
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/test-blocking.c | 2 |
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; |