Added pwmd_get_hostkey_async(). Acts like pwmd_tcp_connect_async() so
commit298b61bd71c2f485b867605af073d78a6fe86cd9
authorBen Kibbey <bjk@luxsci.net>
Fri, 13 Mar 2009 00:49:49 +0000 (12 20:49 -0400)
committerBen Kibbey <bjk@luxsci.net>
Fri, 13 Mar 2009 00:49:49 +0000 (12 20:49 -0400)
treef2eb4ef1fa25720d396e0c4c0ecc5dca592069b4
parent883946754777fd4e02fd7e86513d3293f53905e5
Added pwmd_get_hostkey_async(). Acts like pwmd_tcp_connect_async() so
pwmd_process() will have to be called until ASYNC_DONE is returned. The
result is gotten with the new pwmd_get_result() which should not be
freed or modified and should be gotten before pwmd_finalize() is called.
In a later version pwmd_finalize() will return a result and remove this
new temporary function.
src/libpwmd.c
src/libpwmd.h.in
src/pwmc.c
src/types.h