aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-09 14:40:39 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-09 14:40:39 +0000
commit06940d306a7f4af8e5b25fcdb792d1aaf6176ae1 (patch)
treee35eef7660ae1525c39e2606f06b3c40178a3279 /linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
parent34446ff07c752abb53e912fc6ea0b6899613c83f (diff)
parent8b624164abbe4b3ddb274e0b8f31b17cfca17b7a (diff)
downloadxen-06940d306a7f4af8e5b25fcdb792d1aaf6176ae1.tar.gz
xen-06940d306a7f4af8e5b25fcdb792d1aaf6176ae1.tar.bz2
xen-06940d306a7f4af8e5b25fcdb792d1aaf6176ae1.zip
bitkeeper revision 1.1700 (42a854e79oBFuqa_DSY4Lr9IhenUQw)
Merge xenstore changes. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'linux-2.6.11-xen-sparse/drivers/xen/netback/control.c')
-rw-r--r--linux-2.6.11-xen-sparse/drivers/xen/netback/control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
index 7ffaa2f781..9392d5a3d2 100644
--- a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
+++ b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
@@ -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: