aboutsummaryrefslogtreecommitdiff
path: root/include/venti.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/venti.h')
-rw-r--r--include/venti.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h
index 9fea5bcf..af5bb788 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -348,6 +348,8 @@ Packet *vtrecv(VtConn*);
int vtversion(VtConn *z);
void vtdebug(VtConn *z, char*, ...);
void vthangup(VtConn *z);
+int vtgoodbye(VtConn *z);
+
/* #pragma varargck argpos vtdebug 2 */
/* server */
@@ -412,6 +414,7 @@ struct VtBlock
u32int used;
u32int used2;
u32int addr;
+ uintptr pc;
};
u32int vtglobaltolocal(uchar[VtScoreSize]);