Changeset 595 for trunk/server/thread.c
- Timestamp:
- 07/10/07 06:30:07 (2 years ago)
- Files:
-
- 1 modified
-
trunk/server/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/thread.c
r591 r595 236 236 * Returns 0 on success, 1 if the structure couldn't be added. 237 237 */ 238 intmt_conn_add_to_freelist(conn *c) {239 intresult;238 bool mt_conn_add_to_freelist(conn *c) { 239 bool result; 240 240 241 241 pthread_mutex_lock(&conn_lock);
