diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-19 03:31:17 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-19 03:31:17 +0200 |
commit | 71cda09d1ec39aa29dc4bcdd332fa64ca7169d59 (patch) | |
tree | a692f0f52a00df91322ed791b26e4d775de8ffe1 /sys/src/9/port/portdat.h | |
parent | 0bdfa3699dede75e657a24bd22e0e4aa7eafd5e4 (diff) |
devstream: fast sequential file access with 9p pipelining experiment
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r-- | sys/src/9/port/portdat.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |