diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2008-11-28 22:21:09 +0000 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2008-11-28 22:21:09 +0000 |
commit | c0dab929ab7794a957d9e799458326d4fc61fd1d (patch) | |
tree | a6e44949e0c0afc6bd3082d92bcc5fd54a7ac5e0 /ot_mutex.c | |
parent | 90217a63e54e3c44aa4cc598e33635dc6509a0f0 (diff) | |
download | opentracker-c0dab929ab7794a957d9e799458326d4fc61fd1d.tar.gz opentracker-c0dab929ab7794a957d9e799458326d4fc61fd1d.zip |
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
Diffstat (limited to 'ot_mutex.c')
-rw-r--r-- | ot_mutex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -174,7 +174,7 @@ void mutex_workqueue_canceltask( int64 socket ) { /* Free task's iovec */ for( i=0; i<(*task)->iovec_entries; ++i ) - munmap( iovec[i].iov_base , iovec[i].iov_len ); + munmap( iovec[i].iov_base, iovec[i].iov_len ); *task = (*task)->next; free( ptask ); @@ -319,4 +319,4 @@ void mutex_deinit( ) { byte_zero( all_torrents, sizeof( all_torrents ) ); } -const char *g_version_mutex_c = "$Source: /home/cvsroot/opentracker/ot_mutex.c,v $: $Revision: 1.12 $\n"; +const char *g_version_mutex_c = "$Source: /home/cvsroot/opentracker/ot_mutex.c,v $: $Revision: 1.13 $\n"; |