#include #include #include "PublishCapacitiesMsgEx.h" bool PublishCapacitiesMsgEx::processIncoming(ResponseContext& ctx) { App* app = Program::getApp(); InternodeSyncer* syncer = app->getInternodeSyncer(); // force upload of capacity information syncer->setForcePublishCapacities(); // send response acknowledge(ctx); return true; }