fossil: required p9p changes
R=rsc https://codereview.appspot.com/13352057
This commit is contained in:
parent
4b57665805
commit
b32de4ae73
15 changed files with 156 additions and 67 deletions
|
|
@ -250,12 +250,13 @@ msgFlush(Msg* m)
|
|||
}
|
||||
|
||||
static void
|
||||
msgProc(void*)
|
||||
msgProc(void* v)
|
||||
{
|
||||
Msg *m;
|
||||
char e[ERRMAX];
|
||||
Con *con;
|
||||
|
||||
USED(v);
|
||||
threadsetname("msgProc");
|
||||
|
||||
for(;;){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue