X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fmemory.c;h=3e21eb5619c8cfe20a6e4d2d93768850ffa4c093;hb=ca7e7bee86b4ee821d61b58bf15c89a9d8a3cb30;hp=1137390cb343690f6b3703b909ddae9578b6884a;hpb=1c85959e0c8a2c60d8b864d28dfcc7ab55c95a19;p=cascardo%2Fovs.git diff --git a/lib/memory.c b/lib/memory.c index 1137390cb..3e21eb561 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -24,7 +24,7 @@ #include "simap.h" #include "timeval.h" #include "unixctl.h" -#include "vlog.h" +#include "openvswitch/vlog.h" VLOG_DEFINE_THIS_MODULE(memory); @@ -51,7 +51,10 @@ static void memory_init(void); /* Runs the memory monitor. * - * The client should call memory_should_report() afterward. */ + * The client should call memory_should_report() afterward. + * + * This function, and the remainder of this module's interface, should be + * called from only a single thread. */ void memory_run(void) {