mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-11 10:17:49 +00:00
Add debugging
This commit is contained in:
parent
68dd826b86
commit
b63b14ff32
@ -38,6 +38,8 @@
|
||||
* interface into a null interface.
|
||||
*/
|
||||
void plug ( struct interface *intf, struct interface *dest ) {
|
||||
DBGC ( intf, "INTF %p moving from INTF %p to INTF %p\n",
|
||||
intf, intf->dest, dest );
|
||||
intf_put ( intf->dest );
|
||||
intf->dest = intf_get ( dest );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user