diff options
author | Anthony Pesch <inolen@gmail.com> | 2013-08-24 09:31:29 -0700 |
---|---|---|
committer | Anthony Pesch <inolen@gmail.com> | 2013-08-29 01:45:38 -0700 |
commit | 462875aa0e5b2820868b539e2a185db7783653f8 (patch) | |
tree | 38ad416ee28ac0a8c5db34157608d532929e6b0d /tests/sockets/test_sockets_msg.h | |
parent | f7744fcb18ab5d12c30cf1340c7bacabfc13d1ab (diff) |
- created SOCKFS
- added support for node-based listen servers
- updated tests to also test against compiled listen servers
Diffstat (limited to 'tests/sockets/test_sockets_msg.h')
-rw-r--r-- | tests/sockets/test_sockets_msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sockets/test_sockets_msg.h b/tests/sockets/test_sockets_msg.h index 30094d65..b60b056a 100644 --- a/tests/sockets/test_sockets_msg.h +++ b/tests/sockets/test_sockets_msg.h @@ -52,6 +52,7 @@ int do_msg_write(int sockfd, msg_t *msg, int offset, int length, struct sockaddr assert(errno == EAGAIN); return res; } + printf("do_msg_write: sending message header for %d bytes\n", msg->length); assert(res == sizeof(int)); } |