This is to fix
svn commit: r312687 (ifnet: introduce event handlers for ifup/ifdown events)
Thank glebius for pointing this out:
"The network stuff shall not be added to sys/eventhandler.h"
Paths
| Differential D9345 Authored by decui_microsoft.com on Jan 26 2017, 5:22 AM.
Details Summary This is to fix Thank glebius for pointing this out:
Diff Detail
Event Timelinedecui_microsoft.com updated this revision to Diff 24465.Jan 26 2017, 5:22 AM2017-01-26 05:22:18 (UTC+0) decui_microsoft.com retitled this revision from to ifnet: move the new ifnet_event EVENTHANDLER_DECLAREs to net/if_var.h. decui_microsoft.com updated this object. decui_microsoft.com added reviewers: • hselasky, sepherosa_gmail.com, cem, np, kmacy, kib, honzhan_microsoft.com, howard0su_gmail.com, jhb, ae, delphij, royger, glebius, gnn, rwatson. decui_microsoft.com retitled this revision from ifnet: move the new ifnet_event EVENTHANDLER_DECLAREs to net/if_var.h to ifnet: move the new ifnet_event EVENTHANDLER_DECLARE to net/if_var.h.Jan 26 2017, 5:23 AM2017-01-26 05:23:40 (UTC+0) Comment Actions Just a couple style nits.
dab added inline comments.
This revision is now accepted and ready to land.Jan 26 2017, 2:31 PM2017-01-26 14:31:20 (UTC+0)
decui_microsoft.com updated this revision to Diff 24479.Jan 26 2017, 4:04 PM2017-01-26 16:04:37 (UTC+0) decui_microsoft.com edited edge metadata. Comment Actionsfixed the comment typo pointed out by David. This revision now requires review to proceed.Jan 26 2017, 4:04 PM2017-01-26 16:04:37 (UTC+0) glebius edited edge metadata. This revision is now accepted and ready to land.Jan 26 2017, 9:57 PM2017-01-26 21:57:44 (UTC+0) sepherosa_gmail.com edited edge metadata. Closed by commit rS312916: ifnet: move the new ifnet_event EVENTHANDLER_DECLARE to net/if_var.h (authored by dexuan). · Explain WhyJan 28 2017, 7:27 AM2017-01-28 07:27:04 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24479 sys/net/if.c
sys/net/if_var.h
sys/sys/eventhandler.h
|
Why is this needed?