Jim Meyering wrote:
> Here is a tiny API change, along with the many changes it induces.
>
> 0001 is just something I saw along the way.
> 0002 is the tiny change that the adjustments in all of the following.
>
> Here's that tiny diff:
>
>     diff --git a/include/corosync/engine/coroapi.h ...
>     ...
>      struct corosync_lib_handler {
>     - void (*lib_handler_fn) (void *conn, void *msg);
>     + void (*lib_handler_fn) (void *conn, const void *msg);
>
> The following changes pick up the pieces.
>
> $ wc -l 00*                                                                 :
>     6 0000-api
>    38 0001-testevsth.c-const-size_t-evs_deliver_fn-evs_confc.patch
>    29 0002-coroapi.h-change-lib_handler_fn-s-msg-to-be-const.patch
>   585 0003-Propagate-the-above-into-cfg.c-and-votequorum.c.patch
>    65 0004-Propagate-the-above-into-vsf_quorum.c.patch
>   157 0005-propagate-to-evc.c.patch
>    37 0006--services-pload.c-Likewise.patch
>    27 0007-coroipcs.h-update-signature-of-coroipcs_handler_fn_.patch
>   167 0008--services-cpg.c-Likewise.patch
>   304 0009--services-confdb.c-Likewise.patch
>  1415 total

I've committed that as two change sets:
  - 0001, since it is independent
  - 0002-9, since they're tied together
_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to