From: Jim Meyering <meyer...@redhat.com>

* exec/coroipcs.h: signature of coroipcs_handler_fn_lvalue must match
that of lib_handler_fn; noted via main.c.
---
 exec/coroipcs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exec/coroipcs.h b/exec/coroipcs.h
index 60b63d2..283b2c1 100644
--- a/exec/coroipcs.h
+++ b/exec/coroipcs.h
@@ -43,7 +43,7 @@ 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);
+typedef void (*coroipcs_handler_fn_lvalue) (void *conn, const void *msg);

 struct coroipcs_init_state {
        const char *socket_name;
-- 
1.6.2.rc1.285.gc5f54

_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to