diff options
| author | rsc <devnull@localhost> | 2004-03-12 18:28:14 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-12 18:28:14 +0000 |
| commit | 9ffbb5adcaeec878d3b6db0f8b1f654e839b4689 (patch) | |
| tree | bfd7abf95e87e3b97f3ae2e0ae3bf59c30839cc7 /src/cmd/venti/venti.c | |
| parent | 7c5190d2c854128fb607289e9d83379e522c7090 (diff) | |
| download | plan9port-9ffbb5adcaeec878d3b6db0f8b1f654e839b4689.tar.gz plan9port-9ffbb5adcaeec878d3b6db0f8b1f654e839b4689.zip | |
Checkpoint.
Add disk caching code and first draft of fractional index.
Diffstat (limited to 'src/cmd/venti/venti.c')
| -rw-r--r-- | src/cmd/venti/venti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/venti/venti.c b/src/cmd/venti/venti.c index fc0a75b9..4c533cc6 100644 --- a/src/cmd/venti/venti.c +++ b/src/cmd/venti/venti.c @@ -147,8 +147,8 @@ ventiserver(char *addr) while((r = vtgetreq(s)) != nil){ r->rx.type = r->tx.type+1; - print("req (arenas[0]=%p sects[0]=%p) %F\n", - mainindex->arenas[0], mainindex->sects[0], &r->tx); + // print("req (arenas[0]=%p sects[0]=%p) %F\n", + // mainindex->arenas[0], mainindex->sects[0], &r->tx); switch(r->tx.type){ default: vtrerror(r, "unknown request"); |
