Skip to content
Snippets Groups Projects
Commit ee1f8a0e authored by Matthew McGill's avatar Matthew McGill
Browse files

thanos integration

Former-commit-id: 15786baf6133e01399ad14d9e985acfa3958dd43
parent 42b5caaa
No related branches found
No related tags found
No related merge requests found
......@@ -205,11 +205,10 @@ int main(int argc, char *argv[])
return -1;
}
}
else if(strcmp(buf, "TERMINATE") == 0)
else if(strcmp(buf, "TERMINATE") == 0)
{
// do thanos stuff
break;
}
break;
}
else
{
ssize_t write_res = write(out_pipe_fd, (void*) "ERR_INVALID_CMD\n", 16);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment