X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fxenserver.c;h=eed798f4155075bb9d44e0971bb52c762b256b81;hb=6e037e3ca6381fa36fdf6009c4ccc97d0f041be4;hp=03c4955529fcc1197401f33e2533411ce2d40203;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/vswitchd/xenserver.c b/vswitchd/xenserver.c index 03c49555..eed798f4 100644 --- a/vswitchd/xenserver.c +++ b/vswitchd/xenserver.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ #include #include "dynamic-string.h" #include "process.h" - #include "vlog.h" -#define THIS_MODULE VLM_xenserver + +VLOG_DEFINE_THIS_MODULE(xenserver); static char * read_host_uuid(void)