X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fopenvswitch%2Fvlog.h;fp=include%2Fopenvswitch%2Fvlog.h;h=de64cbd8ad6609d6ad0304d94a08a74e3393a453;hb=4080dd7f2360a13e697793c916f5e31594a703e1;hp=feade728cc9dcf025a2753b9501ff03b8e1b15e2;hpb=867a2e3aae16024358768d4fac3fb0843db453b8;p=cascardo%2Fovs.git diff --git a/include/openvswitch/vlog.h b/include/openvswitch/vlog.h index feade728c..de64cbd8a 100644 --- a/include/openvswitch/vlog.h +++ b/include/openvswitch/vlog.h @@ -181,7 +181,7 @@ void vlog_rate_limit(const struct vlog_module *, enum vlog_level, VLL_INFO, /* min_level */ \ true /* honor_rate_limits */ \ }; \ - OVS_CONSTRUCTOR(init_this_module) { \ + OVS_CONSTRUCTOR(init_this_module_##MODULE) { \ vlog_insert_module(&this_module.list); \ } \ \