-------------------------------------------------------------------------*\ * Marks the operation start time in structure * Input * tm: timeout control structure \*-------------------------------------------------------------------------*/
| 111 | * tm: timeout control structure |
| 112 | \*-------------------------------------------------------------------------*/ |
| 113 | p_timeout timeout_markstart(p_timeout tm) { |
| 114 | tm->start = timeout_gettime(); |
| 115 | return tm; |
| 116 | } |
| 117 | |
| 118 | /*-------------------------------------------------------------------------*\ |
| 119 | * Gets time in s, relative to January 1, 1970 (UTC) |
no test coverage detected