]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_frescan/frescan_bwres_frsh_fna.c
changes to use the FRSH FSA module to do the analysis and spare capacity. TODO: finis...
[frescor/fna.git] / src_frescan / frescan_bwres_frsh_fna.c
index 154d1a4b3f651ec942d451c13c7f29673573b380..1e6bd959eafec75896f097c6580816a15a304251 100644 (file)
@@ -66,8 +66,6 @@
 
 #include "frsh_fna.h"
 #include "frescan.h"
-
-#undef ERROR
 #include "frescan_debug.h"
 
 //////////////////////////////////////////////////////////////////////
@@ -167,7 +165,7 @@ int frsh_frescan_negotiation_messages_vres_renegotiate
       (const frsh_resource_id_t resource_id,
        const struct timespec *period)
 {
-        ERROR("not implemented\n");
+        FRESCAN_ERROR("not implemented\n");
         return -1;
 }
 
@@ -193,7 +191,7 @@ int frsh_frescan_negotiation_messages_vres_get_period
       (const frsh_resource_id_t resource_id,
        struct timespec *period)
 {
-        ERROR("not implemented\n");
+        FRESCAN_ERROR("not implemented\n");
         return -1;
 }
 
@@ -227,7 +225,7 @@ int frsh_frescan_service_thread_vres_renegotiate
     const struct timespec *period,
     bool *accepted)
 {
-        ERROR("not implemented\n");
+        FRESCAN_ERROR("not implemented\n");
         return -1;
 }
 
@@ -254,6 +252,6 @@ int frsh_frescan_service_thread_vres_get_budget_and_period
        struct timespec *budget,
        struct timespec *period)
 {
-        ERROR("not implemented\n");
+        FRESCAN_ERROR("not implemented\n");
         return -1;
 }