[master] 6f5e26c Clearify an API function description

Martin Blix Grydeland martin at varnish-software.com
Thu Apr 9 15:16:28 CEST 2015


commit 6f5e26ccdbf7b6c8acf7639b1be5f8bda20d8680
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue Mar 31 17:22:49 2015 +0200

    Clearify an API function description

diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index c202dfd..19daecd 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -479,7 +479,9 @@ struct VSLQ *VSLQ_New(struct VSL_data *vsl, struct VSL_cursor **cp,
 
 void VSLQ_Delete(struct VSLQ **pvslq);
 	/*
-	 * Delete the query pointed to by pvslq, freeing up the resources
+	 * Delete the query pointed to by pvslq, freeing up the resources.
+	 *
+	 * Any cursor owned by the query will be deleted.
 	 */
 
 int VSLQ_Dispatch(struct VSLQ *vslq, VSLQ_dispatch_f *func, void *priv);



More information about the varnish-commit mailing list