[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] control.c:
ChangeSet 1.1662.1.19, 2005/06/09 09:23:19+01:00, cl349@xxxxxxxxxxxxxxxxxxxx control.c: Add debug print to message receive. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> control.c | 2 ++ 1 files changed, 2 insertions(+) diff -Nru a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c --- a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c 2005-06-09 13:09:39 -04:00 +++ b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c 2005-06-09 13:09:39 -04:00 @@ -10,6 +10,8 @@ static void netif_ctrlif_rx(ctrl_msg_t *msg, unsigned long id) { + DPRINTK("Received netif backend message, subtype=%d\n", msg->subtype); + switch ( msg->subtype ) { case CMSG_NETIF_BE_CREATE: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |