add missing ";"
This commit is contained in:
parent
93d45e3c58
commit
887f0d180a
@ -30,7 +30,7 @@ void signalHandler( int signum ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
std::cout << "hw_xapp_main Running"
|
std::cout << "hw_xapp_main Running";
|
||||||
|
|
||||||
// Get the thread id
|
// Get the thread id
|
||||||
std::thread::id my_id = std::this_thread::get_id();
|
std::thread::id my_id = std::this_thread::get_id();
|
||||||
@ -72,7 +72,7 @@ int main(int argc, char *argv[]){
|
|||||||
|
|
||||||
sleep(1);
|
sleep(1);
|
||||||
//Startup E2 subscription and A1 policy
|
//Startup E2 subscription and A1 policy
|
||||||
std::cout << "Startup E2 subscription and A1 policy"
|
std::cout << "Startup E2 subscription and A1 policy";
|
||||||
|
|
||||||
hw_xapp->startup(std::ref(*sub_handler));
|
hw_xapp->startup(std::ref(*sub_handler));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user