polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Add support for neighbour calls. #6

Closed rbtcollins closed 7 years ago

rbtcollins commented 7 years ago

I haven't fixed up tests yet - wanted to put it out there for feedback.

rbtcollins commented 7 years ago
26 pnet_macros::register(&mut registry); ^^^^^^^^^^^^^ expected struct syntex::Registry, found a different struct syntex::Registry

= note: expected type &mut syntex::Registry = note: found type &mut syntex::Registry note: Perhaps two different versions of crate syntex are being used? --> build.rs:26:31 | 26 | pnet_macros::register(&mut registry); | ^^^^^^^^^^^^^

This is present in trunk I think.

polachok commented 7 years ago

I think it's fixed in master, try rebasing

rbtcollins commented 7 years ago

Yup, is happy now.

polachok commented 7 years ago

Thanks!