r9973 jmb - /branches/jmb/new-cache/content/content_protected.h
netsurf at semichrome.net
netsurf at semichrome.net
Sat Feb 13 00:17:19 GMT 2010
Author: jmb
Date: Fri Feb 12 18:17:19 2010
New Revision: 9973
URL: http://source.netsurf-browser.org?rev=9973&view=rev
Log:
Add string internment context to content struct.
Modified:
branches/jmb/new-cache/content/content_protected.h
Modified: branches/jmb/new-cache/content/content_protected.h
URL: http://source.netsurf-browser.org/branches/jmb/new-cache/content/content_protected.h?rev=9973&r1=9972&r2=9973&view=diff
==============================================================================
--- branches/jmb/new-cache/content/content_protected.h (original)
+++ branches/jmb/new-cache/content/content_protected.h Fri Feb 12 18:17:19 2010
@@ -94,6 +94,7 @@
/** Corresponds to a single URL. */
struct content {
llcache_handle *llcache; /**< Low-level cache object */
+ lwc_context *dict; /**< String internment context */
content_type type; /**< Type of content. */
char *mime_type; /**< Original MIME type of data, or 0. */
More information about the netsurf-commits
mailing list