X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fxenserver.c;h=1f29daf2d4f872f618ea253aee955776c21de175;hb=6c4ea27c48b30eaec8e37e642d5072f53c5b2670;hp=03c4955529fcc1197401f33e2533411ce2d40203;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/vswitchd/xenserver.c b/vswitchd/xenserver.c index 03c49555..1f29daf2 100644 --- a/vswitchd/xenserver.c +++ b/vswitchd/xenserver.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010 Nicira, Inc. * * 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)