~ubuntu-branches/ubuntu/trusty/rabbitmq-server/trusty

« back to all changes in this revision

Viewing changes to src/rabbit_variable_queue.erl

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2013-08-15 15:24:15 UTC
  • mfrom: (0.5.6) (0.1.42 sid)
  • Revision ID: package-import@ubuntu.com-20130815152415-savq3fpv1vhou8eh
Tags: 3.1.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
%%
11
11
%% The Original Code is RabbitMQ.
12
12
%%
13
 
%% The Initial Developer of the Original Code is VMware, Inc.
14
 
%% Copyright (c) 2007-2013 VMware, Inc.  All rights reserved.
 
13
%% The Initial Developer of the Original Code is GoPivotal, Inc.
 
14
%% Copyright (c) 2007-2013 GoPivotal, Inc.  All rights reserved.
15
15
%%
16
16
 
17
17
-module(rabbit_variable_queue).
546
546
                                         id = MsgId },
547
547
                  MsgProps = #message_properties {
548
548
                    needs_confirming = NeedsConfirming },
549
 
                  _ChPid, State = #vqstate { len              = 0,
550
 
                                             next_seq_id      = SeqId,
 
549
                  _ChPid, State = #vqstate { next_seq_id      = SeqId,
551
550
                                             out_counter      = OutCount,
552
551
                                             in_counter       = InCount,
553
552
                                             persistent_count = PCount,