public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: alok barsode <alokbarsode@gmail.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: linux-bluetooth <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH] Adding priority check for plugins.
Date: Tue, 21 Apr 2009 00:48:07 +0530	[thread overview]
Message-ID: <8b5debfa0904201218s3695bc01l39842aad26afcc4e@mail.gmail.com> (raw)
In-Reply-To: <1240244938.5260.5.camel@localhost.localdomain>

Hi Marcel,

On Mon, Apr 20, 2009 at 9:58 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Alok,
>
>> modified patch attached.
>
> please to the line-break with BLUETOOTH_PLUGIN_DEFINE a little bit more
> like what ConnMan does so it looks nicer.
>
Infact i copied the syntax for BLUETOOTH_PLUGIN_DEFINE from the one in
connman. :D


#define CONNMAN_PLUGIN_DEFINE(name, description, version, priority,
init, exit) \
                extern struct connman_plugin_desc connman_plugin_desc
\
                                __attribute__
((visibility("default"))); \
                struct connman_plugin_desc connman_plugin_desc = { \
                        #name, description, version, priority, init,
exit \
                };

#define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
                extern struct bluetooth_plugin_desc
bluetooth_plugin_desc \
                                __attribute__
((visibility("default"))); \
                struct bluetooth_plugin_desc bluetooth_plugin_desc = {
\
                        name, version, priority, init, exit \
                };


> Regards
>
> Marcel
>
>
>

Cheers,
Alok.

  reply	other threads:[~2009-04-20 19:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-20 15:19 [PATCH] Adding priority check for plugins alok barsode
2009-04-20 15:31 ` Marcel Holtmann
2009-04-20 15:52   ` alok barsode
2009-04-20 16:28     ` Marcel Holtmann
2009-04-20 19:18       ` alok barsode [this message]
2009-04-21 10:41         ` Marcel Holtmann
2009-04-21 11:41           ` alok barsode
2009-04-21 12:25             ` Marcel Holtmann

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=8b5debfa0904201218s3695bc01l39842aad26afcc4e@mail.gmail.com \
    --to=alokbarsode@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox