tadd ventilogging, vtlognames - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5810cad0c374b5ad6736949aa8b04ecdee760681
DIR parent 32bb6c879450f715f10b88b181a8da04ca04831b
HTML Author: rsc <devnull@localhost>
Date: Tue, 15 Feb 2005 05:03:44 +0000
add ventilogging, vtlognames
Diffstat:
M include/venti.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/include/venti.h b/include/venti.h
t@@ -73,6 +73,7 @@ void vtlogprint(VtLog *log, char *fmt, ...);
void vtlog(char *name, char *fmt, ...);
void vtlogclose(VtLog*);
void vtlogremove(char *name);
+int vtlognames(char***);
void vtlogdump(int fd, VtLog*);
/* XXX begin actual venti.h */
t@@ -488,6 +489,7 @@ int vtfileremove(VtFile*);
extern int chattyventi;
extern int ventidoublechecksha1;
+extern int ventilogging;
extern char *VtServerLog;