Skip to content

proto: swap the ei message parsing for an interface struct

Peter Hutterer requested to merge whot/libei:wip/interfaces into master

This gets rid of one layer of indirection with the struct message in between - we can now call from the proto parser into the handling code directly.

Merge request reports