----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/ -----------------------------------------------------------
(Updated Oct. 3, 2014, 7:46 p.m.) Review request for mesos, Benjamin Hindman, Bernd Mathiske, Niklas Nielsen, and Timothy St. Clair. Changes ------- Updated design using structs instead of flat symbols and macros. Bugs: MESOS-1384 https://issues.apache.org/jira/browse/MESOS-1384 Repository: mesos-git Description ------- Adding a first class primitive, abstraction and process for dynamic library writing and loading can make it easier to extend inner workings of Mesos. Making it possible to have dynamic loadable resource allocators, isolators, containerizes, authenticators and much more. Diffs (updated) ----- include/mesos/module.hpp PRE-CREATION src/Makefile.am c62a974dcc80f3c3dd6060aee51f8367a0abe724 src/examples/example_module_impl.cpp PRE-CREATION src/examples/test_module.hpp PRE-CREATION src/examples/test_module_impl.cpp PRE-CREATION src/module/manager.hpp PRE-CREATION src/module/manager.cpp PRE-CREATION src/tests/module_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/25848/diff/ Testing ------- Ran make check with added tests for verifying library/module loading and simple version check. Thanks, Kapil Arya