MCPcopy Create free account
hub / github.com/F-Stack/f-stack / redisAeDelWrite

Function redisAeDelWrite

app/redis-6.2.6/src/sentinel.c:337–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337static void redisAeDelWrite(void *privdata) {
338 redisAeEvents *e = (redisAeEvents*)privdata;
339 aeEventLoop *loop = e->loop;
340 if (e->writing) {
341 e->writing = 0;
342 aeDeleteFileEvent(loop,e->fd,AE_WRITABLE);
343 }
344}
345
346static void redisAeCleanup(void *privdata) {
347 redisAeEvents *e = (redisAeEvents*)privdata;

Callers 1

redisAeCleanupFunction · 0.70

Calls 1

aeDeleteFileEventFunction · 0.85

Tested by

no test coverage detected