Changeset 6941 for trunk/libtransmission/utils.c
- Timestamp:
- Oct 21, 2008, 7:40:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r6927 r6941 127 127 messageQueuing = enabled; 128 128 tr_lockUnlock( messageLock ); 129 } 130 131 int 132 tr_getMessageQueuing( void ) 133 { 134 int ret; 135 136 tr_msgInit( ); 137 tr_lockLock( messageLock ); 138 ret = messageQueuing; 139 tr_lockUnlock( messageLock ); 140 141 return ret; 129 142 } 130 143
Note: See TracChangeset
for help on using the changeset viewer.