]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
comment until implemented
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 3 Sep 2007 17:37:07 +0000 (17:37 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 3 Sep 2007 17:37:07 +0000 (17:37 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@686 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_rtep/tests/test_c_rtep_frsh_fna.c

index 7c9aad78c29739e53cd74a939145c79e35f5a596..f6d4f87a1211bbbfdc4d4bbab6a8e83ca0200adb 100644 (file)
@@ -39,11 +39,11 @@ int main ()
     frsh_stream_id_t out_stream;
     struct timespec neg_period = {2,0};
     struct timespec get_period = {0,0};
-    struct timespec rtep_serv_thread_budget = {1,0};
-    struct timespec rtep_serv_thread_period = {5,0};
-    bool serv_thread_renegotiation_accepted = false;
-    struct timespec current_serv_thread_budget = {0,0};
-    struct timespec current_serv_thread_period = {0,0};
+//     struct timespec rtep_serv_thread_budget = {1,0};
+//     struct timespec rtep_serv_thread_period = {5,0};
+//     bool serv_thread_renegotiation_accepted = false;
+//     struct timespec current_serv_thread_budget = {0,0};
+//     struct timespec current_serv_thread_period = {0,0};
 
     printf("1.- fna_init\n");
     err=rtep_fna_operations.fna_init(FRSH_RESOURCE_ID_DEFAULT);