add -9 for debugging
This commit is contained in:
parent
c042e61ec7
commit
ca30274bd9
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
#include <plumb.h>
|
#include <plumb.h>
|
||||||
#include <thread.h>
|
#include <thread.h>
|
||||||
|
#include <9pclient.h>
|
||||||
|
|
||||||
char *plumbfile = nil;
|
char *plumbfile = nil;
|
||||||
Plumbmsg m;
|
Plumbmsg m;
|
||||||
|
|
@ -49,6 +50,9 @@ threadmain(int argc, char *argv[])
|
||||||
m.type = "text";
|
m.type = "text";
|
||||||
m.attr = nil;
|
m.attr = nil;
|
||||||
ARGBEGIN{
|
ARGBEGIN{
|
||||||
|
case '9':
|
||||||
|
chatty9pclient = 1;
|
||||||
|
break;
|
||||||
case 'a':
|
case 'a':
|
||||||
p = ARGF();
|
p = ARGF();
|
||||||
if(p == nil)
|
if(p == nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue