Changeset 4475 for trunk/varnish-cache/bin/varnishd/stevedore.h
- Timestamp:
- 01/20/10 13:26:29 (8 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/stevedore.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/stevedore.h
r4456 r4475 40 40 typedef struct storage *storage_alloc_f(struct stevedore *, size_t size, 41 41 struct objcore *); 42 typedef struct object *storage_alloc_obj_f(struct stevedore *, size_t size,43 double ttl);44 42 typedef void storage_trim_f(struct storage *, size_t size); 45 43 typedef void storage_free_f(struct storage *); … … 55 53 storage_open_f *open; /* called by cache process */ 56 54 storage_alloc_f *alloc; 57 storage_alloc_obj_f *allocobj;58 55 storage_trim_f *trim; 59 56 storage_free_f *free;
