X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsvec.c;h=381ee324dce1b7ecf82247055a3825ac2b9084db;hb=ebc56baa41db060b8783051e67b6fcbc148ebd60;hp=81a36b57ae7544c9ef9d7fa5b1166790d961601a;hpb=8ecd53084ce42e2e868a9c24c57b2d9a7e59cfc2;p=sliver-openvswitch.git diff --git a/lib/svec.c b/lib/svec.c index 81a36b57a..381ee324d 100644 --- a/lib/svec.c +++ b/lib/svec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 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,10 +22,10 @@ #include #include "dynamic-string.h" #include "util.h" - -#define THIS_MODULE VLM_svec #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(svec); + void svec_init(struct svec *svec) { @@ -49,7 +49,7 @@ svec_destroy(struct svec *svec) } void -svec_clear(struct svec *svec) +svec_clear(struct svec *svec) { size_t i;