]> granicus.if.org Git - apache/commitdiff
adjust to namechanges
authorDoug MacEachern <dougm@apache.org>
Sun, 21 Jan 2001 19:47:39 +0000 (19:47 +0000)
committerDoug MacEachern <dougm@apache.org>
Sun, 21 Jan 2001 19:47:39 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87782 13f79535-47bb-0310-9956-ffa450edef68

.gdbinit

index 971e63e9f7617aa56325df17a5bef8e47a3dced3..f65893c6d59720733c5d46326a44044f72e71e4b 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -49,9 +49,9 @@ end
 
 define dump_brigade
     set $bb = $arg0
-    set $bucket = ((&((ap_bucket_brigade *)$bb)->list))->next
-    set $sentinel = ((char *)((&(((ap_bucket_brigade *)$bb)->list)) \
-                               - ((size_t) &((struct ap_bucket *)0)->link)))
+    set $bucket = ((&((apr_bucket_brigade *)$bb)->list))->next
+    set $sentinel = ((char *)((&(((apr_bucket_brigade *)$bb)->list)) \
+                               - ((size_t) &((struct apr_bucket *)0)->link)))
     set $i = 0
 
     printf "dump of brigade 0x%lx\n", (unsigned long)$bb