Re: [PATCH 16/18] libmultipath: async_checker: add context_size and init symbols
Benjamin Marzinski <[email protected]>
| Newsgroups | dev.linux.lists.dm-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 05, 2026 at 05:43:30PM +0200, Martin Wilck wrote: > Add two symbols that can be read from checker .so files with dlsym(): > "async_context_size" for defining the size of a checker-private context, > and "async_init" for initializing this context. Why not "libcheck_async_context_size" and "libcheck_async_init", to go with "libcheck_async_func"? Otherwise this looks good. -Ben