X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fofp-prop.h;h=921b6c13b472cf3b643b3391a09389a32cbfb64e;hb=922fed065e65;hp=2f07d072a3032570f7d5687b70de9cf26e384fcf;hpb=3ca6cc76c3f3d171fcc7361a7ad4edd452834b7c;p=cascardo%2Fovs.git diff --git a/lib/ofp-prop.h b/lib/ofp-prop.h index 2f07d072a..921b6c13b 100644 --- a/lib/ofp-prop.h +++ b/lib/ofp-prop.h @@ -129,6 +129,6 @@ void ofpprop_end(struct ofpbuf *, size_t start_ofs); enum ofperr ofpprop_unknown(struct vlog_module *, bool loose, const char *msg, uint64_t type); #define OFPPROP_UNKNOWN(LOOSE, MSG, TYPE) \ - ofpprop_unknown(THIS_MODULE, LOOSE, MSG, TYPE) + ofpprop_unknown(&this_module, LOOSE, MSG, TYPE) #endif /* ofp-prop.h */