- fix; more recognizable case in test
[oweals/gnunet.git] / src / credential / credential.h
index 8b5cf6db96274280c3a9e8b30bb2dd8563c66bf5..d52776cfa44a6235bbc54fcd95384802b2c1de1b 100644 (file)
@@ -83,12 +83,16 @@ struct VerifyResultMessage
    * Unique identifier for this request (for key collisions).
    */
   uint32_t id GNUNET_PACKED;
-
+  
+  /**
+   * Indicates if credential has been found at all
+   */
+  uint32_t cred_found GNUNET_PACKED;
 
   /**
    * The number of credentials in the response
    */
-  uint32_t ad_count GNUNET_PACKED;
+  uint32_t cd_count GNUNET_PACKED;
 
   /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/