5
edits
No edit summary |
|||
Line 119: | Line 119: | ||
Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread | Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread | ||
needs to loop around <tt>cprGetMessage()</tt>, as in <tt> | needs to loop around <tt>cprGetMessage()</tt>, as in <tt>ccapp_task.c</tt>: | ||
/** | /** |
edits