aboutgitcodebugslistschat
path: root/udp_vu.h
blob: e01ce047ee0adadbf4244281397d92f497012905 (plain) (blame)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: GPL-2.0-or-later

#ifndef UDP_VU_H
#define UDP_VU_H

void udp_vu_sock_handler(const struct ctx *c, union epoll_ref ref,
			 uint32_t events, const struct timespec *now);
#endif /* UDP_VU_H */