4a968d8 ^
1 2 3 4 5 6 7 8
/* See LICENSE file for copyright and license details. */ #include "common.h" void libaxl_attach(LIBAXL_CONNECTION *conn, int fd) { conn->fd = fd; }