summaryrefslogtreecommitdiffstats
path: root/src/cmd/fossil/fns.h
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2013-09-23 23:16:25 +0200
committerDavid du Colombier <0intro@gmail.com>2013-09-23 23:16:25 +0200
commit4b5766580559d101dd1c29cc575b3ffa9f51c2d7 (patch)
treef35364a39e255b1336482ee30217d68279ba8699 /src/cmd/fossil/fns.h
parent6f4d00ee45693290fae042b27536b54f77b96acd (diff)
downloadplan9port-4b5766580559d101dd1c29cc575b3ffa9f51c2d7.tar.gz
plan9port-4b5766580559d101dd1c29cc575b3ffa9f51c2d7.zip
fossil: move from liboventi to libthread and libventi
R=rsc https://codereview.appspot.com/13504049
Diffstat (limited to 'src/cmd/fossil/fns.h')
-rw-r--r--src/cmd/fossil/fns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/fossil/fns.h b/src/cmd/fossil/fns.h
index c22d3b79..daf9db7c 100644
--- a/src/cmd/fossil/fns.h
+++ b/src/cmd/fossil/fns.h
@@ -18,7 +18,7 @@ int sourceTruncate(Source*);
void sourceUnlock(Source*);
Block* cacheAllocBlock(Cache*, int, u32int, u32int, u32int);
-Cache* cacheAlloc(Disk*, VtSession*, ulong, int);
+Cache* cacheAlloc(Disk*, VtConn*, ulong, int);
void cacheCountUsed(Cache*, u32int, u32int*, u32int*, u32int*);
int cacheDirty(Cache*);
void cacheFlush(Cache*, int);
@@ -81,11 +81,11 @@ int fileGetSources(File*, Entry*, Entry*);
File* fileRoot(Source*);
int fileSnapshot(File*, File*, u32int, int);
int fsNextQid(Fs*, u64int*);
-int mkVac(VtSession*, uint, Entry*, Entry*, DirEntry*, uchar[VtScoreSize]);
+int mkVac(VtConn*, uint, Entry*, Entry*, DirEntry*, uchar[VtScoreSize]);
Block* superGet(Cache*, Super*);
void archFree(Arch*);
-Arch* archInit(Cache*, Disk*, Fs*, VtSession*);
+Arch* archInit(Cache*, Disk*, Fs*, VtConn*);
void archKick(Arch*);
void bwatchDependency(Block*);