merge master code to build iotivity
[platform/upstream/iotivity.git] / resource / csdk / connectivity / api / cacommon.h
index b7a659a..184ef64 100644 (file)
@@ -391,6 +391,7 @@ typedef struct
 {
     CAResponseResult_t result;  /**< Result for response by resource model */
     CAInfo_t info;              /**< Information of the response */
+    bool isMulticast;
 } CAResponseInfo_t;
 
 /**