summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-04-09 14:17:20 +0100
committerMatthew Sackman <matthew@lshift.net>2009-04-09 14:17:20 +0100
commitcfbef7c8be341a243c8e4246f4dd8d3baf8d162f (patch)
tree606dcb2c957b705352b5aaf8c0fc63928866d084 /include
parentce276577310ace4cabd61bd7f6b784e73cea0c21 (diff)
downloadrabbitmq-server-git-cfbef7c8be341a243c8e4246f4dd8d3baf8d162f.tar.gz
Well, I think I can recover crashes that happened mid way through a compaction.
Note this hasn't really been tested yet...
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c707112f87..88596a4343 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -64,6 +64,8 @@
-record(basic_message, {exchange_name, routing_key, content, persistent_key}).
+-record(dq_msg_loc, {queue_and_msg_id, is_delivered}).
+
%%----------------------------------------------------------------------------
-ifdef(use_specs).