Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/filecache.cfa

    rd9c2284 r2ecbd7b  
    192192}
    193193
    194 [int *, int] filefds(int extra) {
    195         if(!file_cache.entries) {
    196                 abort("File cache not filled!\n");
    197         }
    198 
    199         return [aalloc(extra), 0];
    200 }
    201 
    202 
    203194void close_cache() {
    204195        for(idx; file_cache.size) {
Note: See TracChangeset for help on using the changeset viewer.