Re: [PATCH mig v2] header: add definitions for RPC presence and IDs

2025-01-28 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le lun. 06 janv. 2025 14:46:49 +0100, a ecrit: > This allows to check at compilation time for some rpc (as done for > example in glibc for thread_set/get_name() and host_page_size()). > Also the IDs can be useful for testing purposes, or when assembling > messages manu

[PATCH mig v2] header: add definitions for RPC presence and IDs

2025-01-06 Thread Luca Dariz
This allows to check at compilation time for some rpc (as done for example in glibc for thread_set/get_name() and host_page_size()). Also the IDs can be useful for testing purposes, or when assembling messages manually. --- header.c | 14 ++ mig_string.h | 1 + string.c | 11 +