aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_attach.c
blob: 33ac3b5710f268424ebe89bca39d61b700c63f7f (plain) (blame)
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;
}