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
@@ -14,6 +14,10 @@
#include "sharedThread/SetupSharedThread.h"
#include "sharedUtility/SetupSharedUtility.h"
#ifndef STELLA_INTERNAL
#include "webAPIHeartbeat.h"
#endif
// ======================================================================
void dumpPid(const char * argv)
@@ -27,6 +31,10 @@ void dumpPid(const char * argv)
int main(int argc, char ** argv)
{
#ifndef STELLA_INTERNAL
StellaBellum::webAPIHeartbeat();
#endif
// dumpPid(argv[0]);
SetupSharedThread::install();