]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
renaming
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 16 Apr 2008 15:55:55 +0000 (15:55 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 16 Apr 2008 15:55:55 +0000 (15:55 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1117 35b4ef3e-fd22-0410-ab77-dab3279adceb

18 files changed:
src_frescan/frescan.c
src_frescan/frescan_bwres.c [moved from src_frescan/frescan_bandwidth_reservation.c with 98% similarity]
src_frescan/frescan_bwres.h [moved from src_frescan/frescan_bandwidth_reservation.h with 94% similarity]
src_frescan/frescan_bwres_analysis.c [moved from src_frescan/frescan_sched_analysis.c with 97% similarity]
src_frescan/frescan_bwres_analysis.h [moved from src_frescan/frescan_sched_analysis.h with 97% similarity]
src_frescan/frescan_bwres_fna.c [moved from src_frescan/frescan_fna.c with 92% similarity]
src_frescan/frescan_bwres_fna.h [new file with mode: 0644]
src_frescan/frescan_bwres_frsh_fna.c [moved from src_frescan/frescan_frsh_fna.c with 73% similarity]
src_frescan/frescan_bwres_messages.c [moved from src_frescan/frescan_negotiation_messages.c with 98% similarity]
src_frescan/frescan_bwres_messages.h [new file with mode: 0644]
src_frescan/frescan_bwres_threads.c [moved from src_frescan/frescan_negotiation_threads.c with 97% similarity]
src_frescan/frescan_bwres_threads.h [moved from src_frescan/frescan_negotiation_threads.h with 92% similarity]
src_frescan/frescan_fna.h [deleted file]
src_frescan/frescan_negotiation_messages.h [deleted file]
src_frescan/frescan_reply_objs.c [moved from src_frescan/frescan_reply_objects.c with 99% similarity]
src_frescan/frescan_reply_objs.h [moved from src_frescan/frescan_reply_objects.h with 97% similarity]
src_frescan/frescan_requests.c [moved from src_frescan/frescan_requests_queue.c with 98% similarity]
src_frescan/frescan_requests.h [moved from src_frescan/frescan_requests_queue.h with 95% similarity]

index e80a45a4cea77a52c3f70072f528da771b329ae0..df672f93c50f38677c317ba5e592326fafd1a8d0 100644 (file)
@@ -34,7 +34,7 @@
 #include "frescan_debug.h"     // DEBUG
 #include "frescan_id.h"        // frescan_id_set_field, frescan_id_get_field
 #include "frescan_hw_buffer.h" // frescan_hw_buffer_update
-#include "frescan_reply_objects.h"     // frescan_replyobjects_init
+#include "frescan_reply_objs.h"     // frescan_replyobjects_init
 #include "frescan_servers_replenishments.h" // frescan_replenishments_xxx
 #include "frescan_packets.h"
 
similarity index 98%
rename from src_frescan/frescan_bandwidth_reservation.c
rename to src_frescan/frescan_bwres.c
index d112202811b80665310f2327723c696307ea1243..a69de0481046edf146523f5e42caf5f0c1cb54a5 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * @file frescan_bandwidth_reservation.c
+ * @file frescan_bwres.c
  *
  * @brief FRESCAN bandwidth reservation layer
  *
  *
  */
 
-#include "frescan_bandwidth_reservation.h"
+#include "frescan_bwres.h"
 #include "frescan_data.h"
-#include "frescan_requests_queue.h"    // frescan_requests_init
+#include "frescan_requests.h"    // frescan_requests_init
 #include "frescan_debug.h"
 #include "frescan_config.h"
 #include "frescan_servers.h"
-#include "frescan_negotiation_messages.h"
-#include "frescan_negotiation_threads.h"
+#include "frescan_bwres_messages.h"
+#include "frescan_bwres_threads.h"
 
 /**
  * frescan_bwres_init()
similarity index 94%
rename from src_frescan/frescan_bandwidth_reservation.h
rename to src_frescan/frescan_bwres.h
index b40cc01b200c5374e9e2d126d3b7bd30101f8b2e..830ac764ee3d688dc9395d9b202c1a7549f666a8 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * @file frescan_bandwidth_reservation.h
+ * @file frescan_bwres.h
  *
  * @brief FRESCAN bandwidth reservation layer
  *
similarity index 97%
rename from src_frescan/frescan_sched_analysis.c
rename to src_frescan/frescan_bwres_analysis.c
index b3661f74ec9bbd03a7fd6890c59afe69df7f53d0..eda9c8c1ee94ca1ad977afa2a62c8a04cb2620f3 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_sched_analysis.c
+ * @file frescan_bwres_analysis.c
  *
- * @brief FRESCAN sched analysis queue
+ * @brief FRESCAN bandwith reservation layer: sched analysis
  *
  * This module contains the scheduling analysis data and functions for the
  * admission tests and spare capacity distribution of the negotiation layer.
@@ -72,7 +72,7 @@
  *
  */
 
-#include "frescan_sched_analysis.h"
+#include "frescan_bwres_analysis.h"
 #undef ERROR
 #include "frescan_debug.h"
 // #include "frsh_sa_tools.h"
similarity index 97%
rename from src_frescan/frescan_sched_analysis.h
rename to src_frescan/frescan_bwres_analysis.h
index d1568d68419ff1c34244f2a948fc73bac761d084..c2e2e5b1c1fd44ace663d4e793fa60a601a36644 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_sched_analysis.h
+ * @file frescan_bwres_analysis.h
  *
- * @brief FRESCAN sched analysis queue
+ * @brief FRESCAN bandwith reservation layer: sched analysis
  *
  * This module contains the scheduling analysis data and functions for the
  * admission tests and spare capacity distribution of the negotiation layer.
similarity index 92%
rename from src_frescan/frescan_fna.c
rename to src_frescan/frescan_bwres_fna.c
index 7c4d1570c7dd0d51af1a8521ca04e7eb7d670de5..10babf2bc21f031d55f58ed7f37478a0e8c2fdd2 100644 (file)
@@ -1,72 +1,22 @@
-//----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2007 by the FRESCOR consortium:
-//
-//    Universidad de Cantabria,              SPAIN
-//    University of York,                    UK
-//    Scuola Superiore Sant'Anna,            ITALY
-//    Kaiserslautern University,             GERMANY
-//    Univ. Politecnica  Valencia,           SPAIN
-//    Czech Technical University in Prague,  CZECH REPUBLIC
-//    ENEA                                   SWEDEN
-//    Thales Communication S.A.              FRANCE
-//    Visual Tools S.A.                      SPAIN
-//    Rapita Systems Ltd                     UK
-//    Evidence                               ITALY
-//
-//    See http://www.frescor.org
-//
-//        The FRESCOR project (FP6/2005/IST/5-034026) is funded
-//        in part by the European Union Sixth Framework Programme
-//        The European Union is not liable of any use that may be
-//        made of this code.
-//
-//
-//  based on previous work (FSF) done in the FIRST project
-//
-//   Copyright (C) 2005  Mälardalen University, SWEDEN
-//                       Scuola Superiore S.Anna, ITALY
-//                       Universidad de Cantabria, SPAIN
-//                       University of York, UK
-//
-// This file is part of FNA (Frescor Network Adaptation)
-//
-// FNA is free software; you can redistribute it and/or modify it
-// under terms of the GNU General Public License as published by the
-// Free Software Foundation; either version 2, or (at your option) any
-// later version.  FNA is distributed in the hope that it will be
-// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
-// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// General Public License for more details. You should have received a
-// copy of the GNU General Public License along with FNA; see file
-// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave,
-// Cambridge, MA 02139, USA.
-//
-// As a special exception, including FNA header files in a file,
-// instantiating FNA generics or templates, or linking other files
-// with FNA objects to produce an executable application, does not
-// by itself cause the resulting executable application to be covered
-// by the GNU General Public License. This exception does not
-// however invalidate any other reasons why the executable file might be
-// covered by the GNU Public License.
-// -----------------------------------------------------------------------
-
-//==============================================
-//  ******** ****     **     **
-//  **///// /**/**   /**    ****
-//  **      /**//**  /**   **//**
-//  ******* /** //** /**  **  //**
-//  **////  /**  //**/** **********
-//  **      /**   //****/**//////**
-//  **      /**    //***/**     /**
-//  /       //      /// //      //
-//
-// FNA(Frescor Network Adaptation layer), pronounced "efe ene a"
-//==============================================================
+/*!
+ * @file frescan_bwres_fna.c
+ *
+ * @brief FRESCAN bandwidth reservation layer: FNA hooks
+ *
+ * This module contains hooks to integrate the FRESCAN protocol in FRSH
+ *
+ * @version 0.01
+ *
+ * @date 1-Apr-2008
+ *
+ * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
+ *
+ */
 
 #include "frsh.h" /* frsh_resource_id_t, .. */
 #include "frescan.h" /* frescan_init, ... */
 #include "frescan_data.h" /* frescan_contract_t, ... */
-#include "frescan_bandwidth_reservation.h" /* frescan_bwres_init, ... */
+#include "frescan_bwres.h" /* frescan_bwres_init, ... */
 #include "fna.h" /* fna_vres_id_t, fna_endpoint_data_t */
 
 #undef ERROR
diff --git a/src_frescan/frescan_bwres_fna.h b/src_frescan/frescan_bwres_fna.h
new file mode 100644 (file)
index 0000000..e22434f
--- /dev/null
@@ -0,0 +1,24 @@
+/*!
+ * @file frescan_bwres_fna.h
+ *
+ * @brief FRESCAN bandwidth reservation layer: FNA hooks
+ *
+ * This module contains hooks to integrate the FRESCAN protocol in FRSH
+ *
+ * @version 0.01
+ *
+ * @date 1-Apr-2008
+ *
+ * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
+ *
+ */
+
+#ifndef _FRESCAN_FNA_H_
+#define _FRESCAN_FNA_H_
+
+#include "fna.h" // for fna_operations_t
+
+extern fna_operations_t frescan_fna_operations;
+
+#endif // _FRESCAN_FNA_H_
+
similarity index 73%
rename from src_frescan/frescan_frsh_fna.c
rename to src_frescan/frescan_bwres_frsh_fna.c
index c7bbbd65812d9a1a19224c22dae53ed613a1b094..93d108dfc6b11f650f2299b7b93f3ce72c6b43d5 100644 (file)
@@ -1,54 +1,18 @@
-//----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2007 by the FRESCOR consortium:
-//
-//    Universidad de Cantabria,              SPAIN
-//    University of York,                    UK
-//    Scuola Superiore Sant'Anna,            ITALY
-//    Kaiserslautern University,             GERMANY
-//    Univ. Politecnica  Valencia,           SPAIN
-//    Czech Technical University in Prague,  CZECH REPUBLIC
-//    ENEA                                   SWEDEN
-//    Thales Communication S.A.              FRANCE
-//    Visual Tools S.A.                      SPAIN
-//    Rapita Systems Ltd                     UK
-//    Evidence                               ITALY
-//
-//    See http://www.frescor.org
-//
-//        The FRESCOR project (FP6/2005/IST/5-034026) is funded
-//        in part by the European Union Sixth Framework Programme
-//        The European Union is not liable of any use that may be
-//        made of this code.
-//
-//
-//  based on previous work (FSF) done in the FIRST project
-//
-//   Copyright (C) 2005  Mälardalen University, SWEDEN
-//                       Scuola Superiore S.Anna, ITALY
-//                       Universidad de Cantabria, SPAIN
-//                       University of York, UK
-//
-// This file is part of FNA (Frescor Network Adaptation)
-//
-// FNA is free software; you can redistribute it and/or modify it
-// under terms of the GNU General Public License as published by the
-// Free Software Foundation; either version 2, or (at your option) any
-// later version.  FNA is distributed in the hope that it will be
-// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
-// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// General Public License for more details. You should have received a
-// copy of the GNU General Public License along with FNA; see file
-// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave,
-// Cambridge, MA 02139, USA.
-//
-// As a special exception, including FNA header files in a file,
-// instantiating FNA generics or templates, or linking other files
-// with FNA objects to produce an executable application, does not
-// by itself cause the resulting executable application to be covered
-// by the GNU General Public License. This exception does not
-// however invalidate any other reasons why the executable file might be
-// covered by the GNU Public License.
-// -----------------------------------------------------------------------
+/*!
+ * @file frescan_bwres_frsh_fna.h
+ *
+ * @brief FRESCAN bandwidth reservation layer: FRSH FNA public functions
+ *
+ * This module contains FNA functions that need to be public mainly
+ * for mapping between network types and FNA or FRSH types.
+ *
+ * @version 0.01
+ *
+ * @date 1-Apr-2008
+ *
+ * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
+ *
+ */
 
 #include "frsh_fna.h"
 #include "frescan.h"
similarity index 98%
rename from src_frescan/frescan_negotiation_messages.c
rename to src_frescan/frescan_bwres_messages.c
index 5d22a33f4f3f23ffad448f0888d0300eb9e8093a..5e5225d2a1ac3dd6eec9772889d858c31cfc498e 100644 (file)
@@ -1,10 +1,11 @@
 /*!
- * @file frescan_negotiation_messages.c
+ * @file frescan_bwres_messages.c
  *
- * @brief FRESCAN negotiation messages format and operations
+ * @brief FRESCAN bandwidth reservation layer: negotiation messages formating
  *
  * This module contains the data types that define the FRESCAN negotiation
- * message format and operations
+ * message format and operations to convert them into or from negotiation
+ * requests
  *
  * @version 0.01
  *
  */
 
 #include <string.h>
-#include "frescan_negotiation_messages.h"
+#include "frescan_bwres_messages.h"
 #include "frescan_config.h"
 #include "frescan_debug.h"
-#include "frescan_requests_queue.h"
+#include "frescan_requests.h"
 #include "frescan_servers.h"
 
 /**
diff --git a/src_frescan/frescan_bwres_messages.h b/src_frescan/frescan_bwres_messages.h
new file mode 100644 (file)
index 0000000..c54d234
--- /dev/null
@@ -0,0 +1,31 @@
+/*!
+ * @file frescan_bwres_messages.h
+ *
+ * @brief FRESCAN bandwidth reservation layer: negotiation messages formating
+ *
+ * This module contains the data types that define the FRESCAN negotiation
+ * message format and operations to convert them into or from negotiation
+ * requests
+ *
+ * @version 0.01
+ *
+ * @date 2-Apr-2008
+ *
+ * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
+ *
+ */
+
+#ifndef _FRESCAN_NEGOTIATION_MESSAGES_H_
+#define _FRESCAN_NEGOTIATION_MESSAGES_H_
+
+#include <stdint.h>
+#include "frescan_requests.h"
+#include "frescan_data.h"
+
+extern int frescan_request_to_message(frescan_request_id_t id, // in
+                                      uint8_t *msg);           // out
+
+extern int frescan_message_to_request(const uint8_t *msg,       // in
+                                      frescan_request_id_t id); // in out
+
+#endif // _FRESCAN_NEGOTIATION_MESSAGES_H_
similarity index 97%
rename from src_frescan/frescan_negotiation_threads.c
rename to src_frescan/frescan_bwres_threads.c
index 51cf881f5002628b125da925244991efc89363e3..da7623e5451fe82fdf57006529c8acddb88e04f1 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_negotiation_threads.h
+ * @file frescan_bwres_threads.c
  *
- * @brief FRESCAN negotiation threads
+ * @brief FRESCAN bandwidth reservation layer: negotiation threads
  *
  * This module contains the acceptor threads and the master thread for local
  * negotiations, with functions to create them.
 
 #include <assert.h>
 #include "fosa_threads_and_signals.h" // fosa_thread_attr_init...
-#include "frescan_negotiation_threads.h"
+#include "frescan_bwres_threads.h"
 #include "frescan_config.h"
 #include "frescan_debug.h"
 #include "frescan_data.h"
-#include "frescan_negotiation_messages.h"
-#include "frescan_requests_queue.h"
+#include "frescan_bwres_messages.h"
+#include "frescan_requests.h"
 #include "frescan_servers.h"
 
 static void *frescan_acceptor_thread(void *arg);
similarity index 92%
rename from src_frescan/frescan_negotiation_threads.h
rename to src_frescan/frescan_bwres_threads.h
index d4ba22586d025b293a21c5801c2394a496a09aa3..c3e78de70f5469f0a01203f295ddefe7061e0f37 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_negotiation_threads.h
+ * @file frescan_bwres_threads.h
  *
- * @brief FRESCAN negotiation threads
+ * @brief FRESCAN bandwidth reservation layer: negotiation threads
  *
  * This module contains the acceptor threads and the master thread for local
  * negotiations, with functions to create them.
diff --git a/src_frescan/frescan_fna.h b/src_frescan/frescan_fna.h
deleted file mode 100644 (file)
index a59908c..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-//----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2007 by the FRESCOR consortium:
-//
-//    Universidad de Cantabria,              SPAIN
-//    University of York,                    UK
-//    Scuola Superiore Sant'Anna,            ITALY
-//    Kaiserslautern University,             GERMANY
-//    Univ. Politecnica  Valencia,           SPAIN
-//    Czech Technical University in Prague,  CZECH REPUBLIC
-//    ENEA                                   SWEDEN
-//    Thales Communication S.A.              FRANCE
-//    Visual Tools S.A.                      SPAIN
-//    Rapita Systems Ltd                     UK
-//    Evidence                               ITALY
-//
-//    See http://www.frescor.org
-//
-//        The FRESCOR project (FP6/2005/IST/5-034026) is funded
-//        in part by the European Union Sixth Framework Programme
-//        The European Union is not liable of any use that may be
-//        made of this code.
-//
-//
-//  based on previous work (FSF) done in the FIRST project
-//
-//   Copyright (C) 2005  Mälardalen University, SWEDEN
-//                       Scuola Superiore S.Anna, ITALY
-//                       Universidad de Cantabria, SPAIN
-//                       University of York, UK
-//
-// This file is part of FNA (Frescor Network Adaptation)
-//
-// FNA is free software; you can redistribute it and/or modify it
-// under terms of the GNU General Public License as published by the
-// Free Software Foundation; either version 2, or (at your option) any
-// later version.  FNA is distributed in the hope that it will be
-// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
-// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// General Public License for more details. You should have received a
-// copy of the GNU General Public License along with FNA; see file
-// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave,
-// Cambridge, MA 02139, USA.
-//
-// As a special exception, including FNA header files in a file,
-// instantiating FNA generics or templates, or linking other files
-// with FNA objects to produce an executable application, does not
-// by itself cause the resulting executable application to be covered
-// by the GNU General Public License. This exception does not
-// however invalidate any other reasons why the executable file might be
-// covered by the GNU Public License.
-// -----------------------------------------------------------------------
-
-//==============================================
-//  ******** ****     **     **
-//  **///// /**/**   /**    ****
-//  **      /**//**  /**   **//**
-//  ******* /** //** /**  **  //**
-//  **////  /**  //**/** **********
-//  **      /**   //****/**//////**
-//  **      /**    //***/**     /**
-//  /       //      /// //      //
-//
-// FNA(Frescor Network Adaptation layer), pronounced "efe ene a"
-//==============================================================
-
-#ifndef _FRESCAN_FNA_H_
-#define _FRESCAN_FNA_H_
-
-#include "fna.h" // for fna_operations_t
-
-extern fna_operations_t frescan_fna_operations;
-
-#endif // _FRESCAN_FNA_H_
-
diff --git a/src_frescan/frescan_negotiation_messages.h b/src_frescan/frescan_negotiation_messages.h
deleted file mode 100644 (file)
index d869f68..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*!
- * @file frescan_negotiation_messages.h
- *
- * @brief FRESCAN negotiation messages format and operations
- *
- * This module contains the data types that define the FRESCAN negotiation
- * message format and operations
- *
- * @version 0.01
- *
- * @date 2-Apr-2008
- *
- * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
- *
- */
-
-#ifndef _FRESCAN_NEGOTIATION_MESSAGES_H_
-#define _FRESCAN_NEGOTIATION_MESSAGES_H_
-
-#include <stdint.h>
-#include "frescan_requests_queue.h"
-#include "frescan_data.h"
-
-extern int frescan_request_to_message(uint8_t *msg,
-                                      frescan_request_id_t id,
-                                      const frescan_contract_t *contract);
-
-extern int frescan_message_to_request(frescan_network_t net,
-                                      const uint8_t *msg,
-                                      size_t size,
-                                      frescan_node_t from);
-
-#endif // _FRESCAN_NEGOTIATION_MESSAGES_H_
similarity index 99%
rename from src_frescan/frescan_reply_objects.c
rename to src_frescan/frescan_reply_objs.c
index d741397494ef7f3951ddd9867fc174908860c73d..5d8a991d1848fe36b3f3c16aaaa24c1c81ad4db9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * @file frescan_reply_objects.h
+ * @file frescan_reply_objs.h
  *
  * @brief FRESCAN reply objects
  *
@@ -16,7 +16,7 @@
  */
 
 #include <misc/freelist.h>
-#include "frescan_reply_objects.h"
+#include "frescan_reply_objs.h"
 #include "fosa_mutexes_and_condvars.h"
 #include "frescan_config.h"
 #include "frescan_debug.h"
similarity index 97%
rename from src_frescan/frescan_reply_objects.h
rename to src_frescan/frescan_reply_objs.h
index e570baa7afec2acbf84eddb236f71dcb4d48d940..07bcdcd88e4d102aea1dbf18433e9f09c6200515 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * @file frescan_reply_objects.h
+ * @file frescan_reply_objs.h
  *
  * @brief FRESCAN reply objects
  *
similarity index 98%
rename from src_frescan/frescan_requests_queue.c
rename to src_frescan/frescan_requests.c
index d17bb6966a177f1d36aeaab4cdd2a95151368c25..0ac95f35194d04a2d5ae59cc33ead50f175ec4ad 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_requests_queue.c
+ * @file frescan_requests.c
  *
- * @brief FRESCAN requests queue
+ * @brief FRESCAN requests
  *
  * This module contains an operation to create the queue, an operation to
  * enqueue a message (with a request), and an operation to
@@ -18,7 +18,7 @@
 #include <misc/freelist.h>
 #include <misc/linux_list.h>
 #include "frescan.h"
-#include "frescan_requests_queue.h"
+#include "frescan_requests.h"
 #include "frescan_config.h"
 #include "frescan_debug.h"
 #include "fosa_mutexes_and_condvars.h"
similarity index 95%
rename from src_frescan/frescan_requests_queue.h
rename to src_frescan/frescan_requests.h
index 3571201c8bad5fe1d0ffa8ce26c2ddc6a7ed8764..7bbb6b5cb09e7104a92968d3891ffc850e66ef2b 100644 (file)
@@ -1,7 +1,7 @@
 /*!
- * @file frescan_requests_queue.h
+ * @file frescan_requests.h
  *
- * @brief FRESCAN requests queue
+ * @brief FRESCAN requests
  *
  * This module contains an operation to create the queue, an operation to
  * enqueue a message (with a request), and an operation to
@@ -20,7 +20,7 @@
 
 #include <stdint.h>
 #include "frescan_data.h"          // frescan_contract_t
-#include "frescan_reply_objects.h" // frescan_robj_id_t
+#include "frescan_reply_objs.h" // frescan_robj_id_t
 
 typedef uint16_t frescan_request_id_t; /* 0 .. MX_REQUESTS */