Hacker News new | ask | show | jobs
by zcbenz 1156 days 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.

1 comments

I'm guessing context here is a pointer or a handle?