Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ g++ -lmesos -fpic -o test_module.o test_module.cpp
$ gcc -shared -o libtest_module.so test_module.o


Testing a module

Work in progress: 

Jira
serverIssues
keyMESOS-1864


Developing Isolator Modules

...