6 ms·
Adding fields to context will break ABI compatibility. To work around the problem, some libraries add padding fields, and some require passing the size of stru
by zcbenz 3y ago
Adding fields to context will break ABI compatibility.
To work around the problem, some libraries add padding fields, and some require passing the size of struct to determine ABI version.
- cozzyd 3y agoI'm guessing context here is a pointer or a handle?