Repository: qpid-proton Updated Branches: refs/heads/master 81c211078 -> 136e33a4b
NO-JIRA: define pn_io_inspect as NULL Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/28a0ad94 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/28a0ad94 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/28a0ad94 Branch: refs/heads/master Commit: 28a0ad94723c0f09c2f5689d388f3b2000799ef0 Parents: dddfde2 Author: Dominic Evans <[email protected]> Authored: Wed Apr 29 19:04:32 2015 +0100 Committer: Dominic Evans <[email protected]> Committed: Wed May 6 13:36:11 2015 +0100 ---------------------------------------------------------------------- proton-c/src/posix/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/28a0ad94/proton-c/src/posix/io.c ---------------------------------------------------------------------- diff --git a/proton-c/src/posix/io.c b/proton-c/src/posix/io.c index 4a7e883..fe0bf73 100644 --- a/proton-c/src/posix/io.c +++ b/proton-c/src/posix/io.c @@ -64,7 +64,7 @@ void pn_io_finalize(void *obj) #define pn_io_hashcode NULL #define pn_io_compare NULL -#define pn_io_inspect +#define pn_io_inspect NULL pn_io_t *pn_io(void) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
