X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=wrapper%2Frandom.c;h=eb41769c650f54d1ddb569f207a1bc45e0765292;hb=e3273c971bfe4cbc8b852b2fe07c8af0a2b3bbd8;hp=c938ae35a4ac2a96a2a2deee26cb645a33792af2;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/wrapper/random.c b/wrapper/random.c index c938ae35..eb41769c 100644 --- a/wrapper/random.c +++ b/wrapper/random.c @@ -55,6 +55,7 @@ end: filp_close(file, current->files); return ret; } +EXPORT_SYMBOL_GPL(wrapper_get_bootid); #else @@ -62,5 +63,6 @@ int wrapper_get_bootid(char *bootid) { return -ENOSYS; } +EXPORT_SYMBOL_GPL(wrapper_get_bootid); #endif