Support incoming connection backends (push to adsbus).
This commit is contained in:
4
incoming.h
Normal file
4
incoming.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
typedef void (*incoming_connection_handler)(int fd, int epoll_fd);
|
||||
void incoming_new(char *, char *, int, incoming_connection_handler);
|
||||
Reference in New Issue
Block a user