Changeset 600

Show
Ignore:
Timestamp:
07/16/07 17:50:00 (1 year ago)
Author:
plindner
Message:

fix function declaration for threaded compilation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/memcached.h

    r596 r600  
    254254void mt_assoc_move_next_bucket(void); 
    255255conn *mt_conn_from_freelist(void); 
    256 int   mt_conn_add_to_freelist(conn *c); 
     256bool  mt_conn_add_to_freelist(conn *c); 
    257257char *mt_defer_delete(item *it, time_t exptime); 
    258258int   mt_is_listen_thread(void);