[master] d044efa19 Record addition of VRT_BLOB_string()

Poul-Henning Kamp phk at FreeBSD.org
Fri Aug 7 08:37:09 UTC 2020


commit d044efa195ed4944e770f089ae2f4c61e8c9e777
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Aug 7 08:35:39 2020 +0000

    Record addition of VRT_BLOB_string()

diff --git a/include/vrt.h b/include/vrt.h
index e38b9bf8f..365f59b1c 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -1,5 +1,4 @@
-/*-
- * Copyright (c) 2006 Verdens Gang AS
+/*- * Copyright (c) 2006 Verdens Gang AS
  * Copyright (c) 2006-2015 Varnish Software AS
  * All rights reserved.
  *
@@ -54,7 +53,8 @@
  * binary/load-time compatible, increment MAJOR version
  *
  * NEXT (2020-09-15)
- *	VRT_DirectorResolve() added
+ *	Added VRT_DirectorResolve()
+ *	Added VCL_STRING VRT_BLOB_string(VRT_CTX, VCL_BLOB)
  * 11.0 (2020-03-16)
  *	Changed type of vsa_suckaddr_len from int to size_t
  *	New prefix_{ptr|len} fields in vrt_backend
@@ -596,6 +596,7 @@ VCL_STRING VRT_UpperLowerStrands(VRT_CTX, VCL_STRANDS s, int up);
 
 VCL_STRING VRT_BACKEND_string(VCL_BACKEND);
 VCL_STRING VRT_BOOL_string(VCL_BOOL);
+VCL_STRING VRT_BLOB_string(VRT_CTX, VCL_BLOB);
 VCL_STRING VRT_CollectString(VRT_CTX, const char *p, ...);
 VCL_STRING VRT_INT_string(VRT_CTX, VCL_INT);
 VCL_STRING VRT_IP_string(VRT_CTX, VCL_IP);


More information about the varnish-commit mailing list