From: Jim Meyering <[email protected]> * exec/coroipcs.h: Forward-declare "struct iovec". --- exec/coroipcs.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/exec/coroipcs.h b/exec/coroipcs.h index aa86d1c..2b60dbe 100644 --- a/exec/coroipcs.h +++ b/exec/coroipcs.h @@ -39,6 +39,8 @@ #define SOCKET_SERVICE_INIT 0xFFFFFFFF +struct iovec; + typedef int (*coroipcs_init_fn_lvalue) (void *conn); typedef int (*coroipcs_exit_fn_lvalue) (void *conn); typedef void (*coroipcs_handler_fn_lvalue) (void *conn, void *msg); -- 1.6.2.rc1.285.gc5f54 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
