autoformat and put it in other bins

This commit is contained in:
DarthArgus
2016-10-17 20:33:32 -05:00
parent 7a9d070608
commit 40272ff290
9 changed files with 57 additions and 16 deletions
@@ -12,6 +12,10 @@
#include "sharedRandom/SetupSharedRandom.h"
#include "sharedThread/SetupSharedThread.h"
#ifndef STELLA_INTERNAL
#include "webAPIHeartbeat.h"
#endif
// ======================================================================
void dumpPid(const char * argv)
@@ -25,6 +29,10 @@ void dumpPid(const char * argv)
int main(int argc, char ** argv)
{
#ifndef STELLA_INTERNAL
StellaBellum::webAPIHeartbeat();
#endif
SetupSharedThread::install();
SetupSharedDebug::install(1024);