All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: Re: [PATCH 12/25] Share TFRC receiver states via tfrc_ccids
Date: Thu, 08 Nov 2007 10:24:34 +0000	[thread overview]
Message-ID: <20071108102434.GD11792@gerrit.erg.abdn.ac.uk> (raw)
In-Reply-To: <200710312131.13219.leandroal@gmail.com>

Another candidate: both translate the same enum into strings.
| +static const char *ccid4_rx_state_name(enum tfrc_hc_rx_states state)
|  {
|  	static char *ccid4_rx_state_names[] = {
|  	[TFRC_RSTATE_NO_DATA] = "NO_DATA",

| +static const char *ccid3_rx_state_name(enum tfrc_hc_rx_states state)
|  {
|  	static char *ccid3_rx_state_names[] = {
|  	[TFRC_RSTATE_NO_DATA] = "NO_DATA",

      parent reply	other threads:[~2007-11-08 10:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01  0:31 [PATCH 12/25] Share TFRC receiver states via tfrc_ccids Leandro
2007-11-01 12:28 ` Tommi Saviranta
2007-11-08 10:24 ` Gerrit Renker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071108102434.GD11792@gerrit.erg.abdn.ac.uk \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=dccp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.