Changeset 595 for trunk/server/thread.c

Show
Ignore:
Timestamp:
07/10/07 06:30:07 (2 years ago)
Author:
plindner
Message:

conn_add_to_freelist returns bool

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/thread.c

    r591 r595  
    236236 * Returns 0 on success, 1 if the structure couldn't be added. 
    237237 */ 
    238 int mt_conn_add_to_freelist(conn *c) { 
    239     int result; 
     238bool mt_conn_add_to_freelist(conn *c) { 
     239    bool result; 
    240240 
    241241    pthread_mutex_lock(&conn_lock);