Show
Ignore:
Timestamp:
01/20/10 13:26:29 (8 months ago)
Author:
phk
Message:

Various flexelint silencings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/bin/varnishd/stevedore.h

    r4456 r4475  
    4040typedef struct storage *storage_alloc_f(struct stevedore *, size_t size, 
    4141    struct objcore *); 
    42 typedef struct object *storage_alloc_obj_f(struct stevedore *, size_t size, 
    43     double ttl); 
    4442typedef void storage_trim_f(struct storage *, size_t size); 
    4543typedef void storage_free_f(struct storage *); 
     
    5553        storage_open_f          *open;  /* called by cache process */ 
    5654        storage_alloc_f         *alloc; 
    57         storage_alloc_obj_f     *allocobj; 
    5855        storage_trim_f          *trim; 
    5956        storage_free_f          *free;