diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-04-09 14:17:20 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-04-09 14:17:20 +0100 |
| commit | cfbef7c8be341a243c8e4246f4dd8d3baf8d162f (patch) | |
| tree | 606dcb2c957b705352b5aaf8c0fc63928866d084 /include/rabbit.hrl | |
| parent | ce276577310ace4cabd61bd7f6b784e73cea0c21 (diff) | |
| download | rabbitmq-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/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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). |
