Add definable timeout for SyncStorage APIs
[ric-plt/sdl.git] / include / private / redis / hiredisepolladapter.hpp
index 534e7ae..e4e996b 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_REDIS_HIREDISEPOLLADAPTER_HPP_
 #define SHAREDDATALAYER_REDIS_HIREDISEPOLLADAPTER_HPP_
 
@@ -56,8 +61,8 @@ namespace shareddatalayer
             virtual void cleanUp();
 
         private:
-            Engine& engine;
             HiredisSystem& hiredisSystem;
+            Engine& engine;
             redisAsyncContext* ac;
             unsigned int eventState;
             bool reading;