mirror of
https://git.proxmox.com/git/mirror_kronosnet
synced 2026-01-15 05:59:55 +00:00
16 lines
365 B
C
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
|