summaryrefslogtreecommitdiff
path: root/src/dev/net/etherswitch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/etherswitch.hh')
-rw-r--r--src/dev/net/etherswitch.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/etherswitch.hh b/src/dev/net/etherswitch.hh
index debe33194..0887d94e5 100644
--- a/src/dev/net/etherswitch.hh
+++ b/src/dev/net/etherswitch.hh
@@ -172,7 +172,7 @@ class EtherSwitch : public EtherObject
*/
PortFifo outputFifo;
void transmit();
- EventWrapper<Interface, &Interface::transmit> txEvent;
+ EventFunctionWrapper txEvent;
};
struct SwitchTableEntry {