aboutsummaryrefslogtreecommitdiff
path: root/rmbt-client/patches
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-09-22 11:33:31 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-09-22 11:33:31 +0200
commit819941ea677c3c567ba82a0e1efd094e5cdade54 (patch)
treed22ab0c49dcfc3d8e30b00b83b1396085799ac49 /rmbt-client/patches
parent8bd8c85a7f65c0484fa23b9d62b9af8dce2c1491 (diff)
downloadturris-myrepo-819941ea677c3c567ba82a0e1efd094e5cdade54.tar.gz
turris-myrepo-819941ea677c3c567ba82a0e1efd094e5cdade54.tar.bz2
turris-myrepo-819941ea677c3c567ba82a0e1efd094e5cdade54.zip
Drop rmbt-client
Diffstat (limited to 'rmbt-client/patches')
-rw-r--r--rmbt-client/patches/remove_stdatomic.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/rmbt-client/patches/remove_stdatomic.patch b/rmbt-client/patches/remove_stdatomic.patch
deleted file mode 100644
index d1a35a4..0000000
--- a/rmbt-client/patches/remove_stdatomic.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/rmbt_flow.h b/src/rmbt_flow.h
-index 310eb29..cba5814 100644
---- a/src/rmbt_flow.h
-+++ b/src/rmbt_flow.h
-@@ -20,8 +20,6 @@
- #include "rmbt_common.h"
- #include "rmbt_result.h"
-
--#include <stdatomic.h>
--
- typedef struct {
- char *bind_ip, *server_host, *server_port, *cipherlist, *secret, *token, *test_id, *file_summary, *file_flows, *file_stats;
- int_fast16_t dl_num_flows, ul_num_flows, dl_duration_s, ul_duration_s, rtt_tcp_payload_num, dl_pretest_duration_s, ul_pretest_duration_s, dl_wait_time_s,
-@@ -32,7 +30,7 @@ typedef struct {
- } TestConfig;
-
- typedef struct {
-- atomic_bool global_abort;
-+ volatile bool global_abort;
- pthread_mutex_t mutex;
- pthread_cond_t cond;
- int_fast16_t total;