MCPcopy Create free account
hub / github.com/antirez/smallchat / client

Class client

smallchat-server.c:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 int numclients; // Number of connected clients right now.
61 int maxclient; // The greatest 'clients' slot populated.
62 struct client *clients[MAX_CLIENTS]; // Clients are set in the corresponding
63 // slot of their socket descriptor.
64};
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected