adding namespace sls to public receiver api

This commit is contained in:
Erik Frojdh
2020-11-09 11:23:11 +01:00
parent 121a3ad733
commit 2020407438
8 changed files with 24 additions and 9 deletions

View File

@ -41,7 +41,7 @@ int main(int argc, char *argv[]) {
}
try {
Receiver r(argc, argv);
sls::Receiver r(argc, argv);
LOG(logINFO) << "[ Press \'Ctrl+c\' to exit ]";
sem_wait(&semaphore);
sem_destroy(&semaphore);