From 71cda09d1ec39aa29dc4bcdd332fa64ca7169d59 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 19 Jul 2015 03:31:17 +0200 Subject: devstream: fast sequential file access with 9p pipelining experiment --- sys/src/9/port/portdat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/src/9/port/portdat.h') diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h index f7501fedc..106f016f8 100644 --- a/sys/src/9/port/portdat.h +++ b/sys/src/9/port/portdat.h @@ -755,7 +755,11 @@ struct Proc * machine specific MMU */ PMMU; + char *syscalltrace; /* syscall trace */ + + void *iocomarg; /* I/O completion callback for pipelining */ + void (*iocomfun)(void*, int); }; enum -- cgit v1.2.3