Jun 16th update

This commit is contained in:
noam
2023-01-17 11:34:09 +02:00
parent 90bcc544a2
commit ad04b8d063
168 changed files with 64034 additions and 932 deletions

View File

@@ -20,9 +20,6 @@
#include "config.h"
#include "debug.h"
#include "sasal.h"
SASAL_START // Orchestration - Communication
using namespace std;
@@ -303,5 +300,3 @@ AgentDetails::registerMachineType()
);
dbgInfo(D_ORCHESTRATOR) << "Setting machine type " << static_cast<int>(machine_type.unpack());
}
SASAL_END