diff for duplicates of <4C07D30C.5090101@hp.com> diff --git a/a/1.txt b/N1/1.txt index f90de6d..c5a4225 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -98,7 +98,7 @@ prior to ostreams negotiation. > + int flag = 0; > + > + for (i = 0; i < q->asoc->c.sinit_num_ostreams; i++) { -> + if (!list_empty(&q->out_chunk_list[i]) && (flag = 0 +> + if (!list_empty(&q->out_chunk_list[i]) && (flag == 0 > + || (zero_high_prio ? q->asoc->sched_priv[i] < prio > + : q->asoc->sched_priv[i] > prio))) { diff --git a/a/content_digest b/N1/content_digest index 5e1b096..7d286c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0AANLkTikV9RSoTIjUNARyrXHG-BdulDR5zIdk8dIVVOHI@mail.gmail.com\0" "From\0Vlad Yasevich <vladislav.yasevich@hp.com>\0" - "Subject\0Re: [PATCH 5/6] sctp multistream scheduling: a sample priority queue\0" - "Date\0Thu, 03 Jun 2010 16:06:36 +0000\0" + "Subject\0Re: [PATCH 5/6] sctp multistream scheduling: a sample priority queue scheduling module\0" + "Date\0Thu, 03 Jun 2010 12:06:36 -0400\0" "To\0Yaogong Wang <ywang15@ncsu.edu>\0" "Cc\0linux-sctp@vger.kernel.org" Sridhar Samudrala <sri@us.ibm.com> @@ -108,7 +108,7 @@ "> +\tint flag = 0;\n" "> +\n" "> +\tfor (i = 0; i < q->asoc->c.sinit_num_ostreams; i++) {\n" - "> +\t\tif (!list_empty(&q->out_chunk_list[i]) && (flag = 0\n" + "> +\t\tif (!list_empty(&q->out_chunk_list[i]) && (flag == 0\n" "> +\t\t\t|| (zero_high_prio ? q->asoc->sched_priv[i] < prio\n" "> +\t\t\t: q->asoc->sched_priv[i] > prio))) {\n" "\n" @@ -177,4 +177,4 @@ "> +MODULE_DESCRIPTION(\"SCTP Multistream Scheduling: Priority Queue\");\n" > -e78eca63917256c51ac1879b4186b9808e7b1c87a01b4755cbd8be6c06024fb4 +165fcc91307078860a122033b5de98ee8c0b18b88116588ea1c827f67b7bb8ef
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.