mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk libT) possible fix for #2078: Assertion failed: (tv->tv_usec >= 0)
This commit is contained in:
@@ -238,7 +238,11 @@ char* tr_buildPath( const char * first_element, ... ) TR_GNUC_NULL_TERMINATED
|
||||
|
||||
struct timeval;
|
||||
|
||||
void tr_timevalMsec( uint64_t milliseconds, struct timeval * setme );
|
||||
tr_bool tr_isTimeval( const struct timeval * tv );
|
||||
|
||||
void tr_timevalMsec( uint64_t milliseconds, struct timeval * setme );
|
||||
|
||||
void tr_timevalSet( struct timeval * setme, int seconds, int microseconds );
|
||||
|
||||
|
||||
/** @brief return the current date in milliseconds */
|
||||
|
||||
Reference in New Issue
Block a user