aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-03 14:08:48 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-03 14:08:48 +0000
commitda30ec65a28e5ec08dc9b1b7e35927a0571a4164 (patch)
treea7ce083cb7ae8fccc5a6928eaf041c9ea29ac076 /src/ats-tests/ats-testing.h
parent54e443c4dddcd4ff8aff4fd764e4c7c010ec917e (diff)
downloadgnunet-da30ec65a28e5ec08dc9b1b7e35927a0571a4164.tar.gz
gnunet-da30ec65a28e5ec08dc9b1b7e35927a0571a4164.zip
removing set_rate, using start_send instead
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index d620b7a06..238e1b005 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -439,7 +439,6 @@ enum OperationType
439{ 439{
440 START_SEND, 440 START_SEND,
441 STOP_SEND, 441 STOP_SEND,
442 SET_RATE,
443 SET_PREFERENCE 442 SET_PREFERENCE
444}; 443};
445 444