| 943:9b5948aa5b90 | 944:cc23aad6335e |
|---|---|
| 84 if(pthread_detach(tid)) { | 84 if(pthread_detach(tid)) { |
| 85 perror("pthread_detach"); | 85 perror("pthread_detach"); |
| 86 return 1; | 86 return 1; |
| 87 } | 87 } |
| 88 } | 88 } |
| 89 MessageHandler *h = simple_msg_handler(in, out, client_msg_received); | 89 UiMessageHandler *h = uic_simple_msg_handler(in, out, client_msg_received); |
| 90 client_init(h); | 90 client_init(h); |
| 91 h->start(h); | 91 h->start(h); |
| 92 | 92 |
| 93 ui_main(); | 93 ui_main(); |
| 94 | 94 |