Skip to content

protocol: widen the callback_data arg for ping/sync to 64bit

Peter Hutterer requested to merge whot/libei:wip/widen-callback into main

The only invocations we have right now of these callbacks ignore the argument or force it to zero. But in the future we may have an interface that requires a callback and that interface may need to store a timestamp or object ID in this argument - so let's make sure we have enough space for that.

Merge request reports