Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved

2007-12-10 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 10, 2007 at 11:31:53AM +, Gerrit Renker escreveu: > | > > | > distcc[24516] ERROR: compile > /root/.ccache/packet_his.tmp.aspire.home.net.24512.i on _tiptop failed > | > /usr/src/davem-2.6/net/dccp/ccids/lib/packet_history.c: In function > '__one_after_loss': > | > /usr/src

Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved

2007-12-10 Thread Gerrit Renker
| > | > distcc[24516] ERROR: compile /root/.ccache/packet_his.tmp.aspire.home.net.24512.i on _tiptop failed | > /usr/src/davem-2.6/net/dccp/ccids/lib/packet_history.c: In function '__one_after_loss': | > /usr/src/davem-2.6/net/dccp/ccids/lib/packet_history.c:266: error: lvalue required as

Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved

2007-12-08 Thread Arnaldo Carvalho de Melo
Em Sat, Dec 08, 2007 at 10:06:25AM +, Gerrit Renker escreveu: > This moves the inlines (which were previously declared as macros) back into > packet_history.h since > the loss detection code needs to be able to read entries from the RX history > in order to create the > relevant loss entries:

[PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved

2007-12-08 Thread Gerrit Renker
This moves the inlines (which were previously declared as macros) back into packet_history.h since the loss detection code needs to be able to read entries from the RX history in order to create the relevant loss entries: it needs at least tfrc_rx_hist_loss_prev() and tfrc_rx_hist_last_rcv(), wh