stub_daemon.h 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #pragma once #include <platforms/posix/apps.h> #include <functional> std::function<void(apps_map_type &apps)> stub_init_app_map_callback = [](apps_map_type &) {}; std::function<void(apps_map_type &apps)> stub_list_builtins_callback = [](apps_map_type &) {};