Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / resource / csdk / connectivity / inc / caleadapter.h
index 2cfe27a..29994e2 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "cacommon.h"
 #include "caadapterinterface.h"
-#include "uthreadpool.h" /* for thread pool */
+#include "cathreadpool.h" /* for thread pool */
 
 /**
  * BLE Interface APIs.
@@ -66,7 +66,7 @@ typedef struct
 CAResult_t CAInitializeLE(CARegisterConnectivityCallback registerCallback,
                           CANetworkPacketReceivedCallback reqRespCallback,
                           CANetworkChangeCallback netCallback,
-                          u_thread_pool_t handle);
+                          ca_thread_pool_t handle);
 
 /**
  * @brief Starting LE connectivity adapters.