Jelajahi Sumber

app_python3: use module name prefix for exports structure

Daniel-Constantin Mierla 1 tahun lalu
induk
melakukan
114d6fe510
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/modules/app_python3/app_python3_mod.c

+ 1 - 1
src/modules/app_python3/app_python3_mod.c

@@ -83,7 +83,7 @@ static cmd_export_t cmds[] = {
 };
 
 /** module exports */
-struct module_exports exports = {
+struct module_exports _app_python3_exports = {
 	"app_python3",			/* module name */
 	RTLD_NOW | RTLD_GLOBAL, /* dlopen flags */
 	cmds,					/* exported functions */