MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / SocketTimerSetSocket

Function SocketTimerSetSocket

source/src/ports/socket_timer.c:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "trace.h"
10
11void SocketTimerSetSocket(SocketTimer *const socket_timer,
12 const int socket) {
13 socket_timer->socket = socket;
14 OPENER_TRACE_INFO("Adds socket %d to socket timers\n", socket);
15}
16
17void SocketTimerSetLastUpdate(SocketTimer *const socket_timer,
18 const MilliSeconds actual_time) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected