Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ zb: replace some Node::at() usage with Node::add_interface()
Node::at() isn't a very friendly API. The closure isn't necessary in normal situation (only in error case will it actually save a few cycles, eventually). Provide a simpler Node::add_interface() method and use it for standard interfaces registration. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
- Loading branch information