mirror_kronosnet/libknet/threads_dsthandler.h
Fabio M. Di Nitto 29f5dcd64c [global] Update copyright across the board
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
2020-01-31 09:55:02 +01:00

16 lines
365 B
C

/*
* Copyright (C) 2012-2020 Red Hat, Inc. All rights reserved.
*
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under LGPL-2.0+
*/
#ifndef __KNET_THREADS_DSTHANDLER_H__
#define __KNET_THREADS_DSTHANDLER_H__
void *_handle_dst_link_handler_thread(void *data);
#endif