]> git.proxmox.com Git - mirror_kronosnet.git/commit
[threads] split send recv threads in separate file
authorFabio M. Di Nitto <fdinitto@redhat.com>
Sun, 20 Sep 2015 08:38:42 +0000 (10:38 +0200)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Sun, 20 Sep 2015 08:38:42 +0000 (10:38 +0200)
commit67da4feb4d7df4266a463140d2204cfc4706812e
tree93775ce09d5b52027f4e3b50a519ce62876644a1
parent3db24be1fbdfebb2cbbb1397b6a816c0a05dda68
[threads] split send recv threads in separate file

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
libknet/Makefile.am
libknet/handle.c
libknet/threads.c [deleted file]
libknet/threads.h [deleted file]
libknet/threads_common.h [new file with mode: 0644]
libknet/threads_dsthandler.c
libknet/threads_heartbeat.c
libknet/threads_pmtud.c
libknet/threads_send_recv.c [new file with mode: 0644]
libknet/threads_send_recv.h [new file with mode: 0644]
libknet/timediff_test.c