This is an automated email from the ASF dual-hosted git repository.
bennoe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 8cba868 Extended the glog LogSink interface to be able to log
microseconds.
new 44adcf9 Added stream operator overload for OperationStatus messages.
new 1915150 Added new example framework for operation feedback.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/mesos/v1/mesos.hpp | 3 +
src/Makefile.am | 6 +
src/examples/CMakeLists.txt | 2 +
src/examples/operation_feedback_framework.cpp | 861 +++++++++++++++++++++
src/tests/CMakeLists.txt | 1 +
src/tests/examples_tests.cpp | 3 +
...est.sh => operation_feedback_framework_test.sh} | 8 +-
src/v1/mesos.cpp | 30 +
8 files changed, 909 insertions(+), 5 deletions(-)
create mode 100644 src/examples/operation_feedback_framework.cpp
copy src/tests/{dynamic_reservation_framework_test.sh =>
operation_feedback_framework_test.sh} (83%)