Updated provisioning API to cater different connectivity type.
[platform/upstream/iotivity.git] / resource / csdk / security / provisioning / include / pmtypes.h
index 377ce2b..08f21c3 100644 (file)
@@ -36,6 +36,7 @@ typedef struct OCProvisionDev
     OCDevAddr       endpoint;        /**< target address **/
     OicSecPstat_t   *pstat;          /**< Pointer to target's pstat resource. **/
     OicSecDoxm_t    *doxm;           /**< Pointer to target's doxm resource. **/
+    OCConnectivityType connType;     /**< Connectivity type of endpoint */
     uint16_t        securePort;      /**< secure port **/
     struct OCProvisionDev  *next;           /**< Next pointer. **/
 }OCProvisionDev_t;