add ventilogging, vtlognames
This commit is contained in:
parent
32bb6c8794
commit
5810cad0c3
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ void vtlogprint(VtLog *log, char *fmt, ...);
|
||||||
void vtlog(char *name, char *fmt, ...);
|
void vtlog(char *name, char *fmt, ...);
|
||||||
void vtlogclose(VtLog*);
|
void vtlogclose(VtLog*);
|
||||||
void vtlogremove(char *name);
|
void vtlogremove(char *name);
|
||||||
|
int vtlognames(char***);
|
||||||
void vtlogdump(int fd, VtLog*);
|
void vtlogdump(int fd, VtLog*);
|
||||||
|
|
||||||
/* XXX begin actual venti.h */
|
/* XXX begin actual venti.h */
|
||||||
|
|
@ -488,6 +489,7 @@ int vtfileremove(VtFile*);
|
||||||
|
|
||||||
extern int chattyventi;
|
extern int chattyventi;
|
||||||
extern int ventidoublechecksha1;
|
extern int ventidoublechecksha1;
|
||||||
|
extern int ventilogging;
|
||||||
|
|
||||||
extern char *VtServerLog;
|
extern char *VtServerLog;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue