diff options
author | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-04-16 10:50:22 +1200 |
---|---|---|
committer | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-04-16 10:50:22 +1200 |
commit | c49ffc97f70148fdb7b201d23e39c06a05575b59 (patch) | |
tree | f10e0695e7b7b5436f2832d9cb0516a61d62c417 | |
parent | b0e9e6410bdeb728a31a7bf3b3c92056368112ba (diff) | |
download | rabbitmq-c-github-ask-c49ffc97f70148fdb7b201d23e39c06a05575b59.tar.gz |
Note about amqp_pool_alloc
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ Make client brutal by default, killing the program on any amqp error. Only if the user disables this behaviour will the user get to deal with error conditions themselves. Make use of amqp_rpc_reply consistent (i.e. universal), and rename it something like amqp_errno. + +Check for NULL returns from amqp_pool_alloc. |