/oic/res response for the RD
[platform/upstream/iotivity.git] / resource / csdk / stack / include / octypes.h
index 0507db6..8cf3c16 100644 (file)
@@ -1119,10 +1119,12 @@ typedef struct
 
     uint8_t* sid;
 
+    /** A special case for handling RD address. */
+    char* baseURI;
+
     /** This structure holds the old /oic/res response. */
     OCResourcePayload *resources;
-    /** This structure holds the collection response for the /oic/res. */
-    OCResourceCollectionPayload *collectionResources;
+
 } OCDiscoveryPayload;
 
 /**