You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
This is the implementation of Example module. Repo contains example_module libraries and a python client.
2
2
3
3
This module serves as an example for module maintainers to implement their own modules outside reserved range of modules. It is not intended to be used in production.
4
-
Module number of this module is 999.
4
+
Module number of this module is 1000.
5
5
6
6
# Requirements
7
7
@@ -20,4 +20,4 @@ make
20
20
Now shared libraries `example_module_module_manager.so` and `example_module_external_server.so` should be compiled in current directory. Use `example_module_module_manager.so` with module gateway and `example_module_external_server.so` with external server.
0 commit comments