From: Thomas Graf <tgraf@suug.ch>
To: Jarek Poplawski <jarkao2@o2.pl>
Cc: Paul Moore <paul.moore@hp.com>, netdev@vger.kernel.org
Subject: Re: Generic Netlink HOW-TO based on Jamal's original doc
Date: Fri, 10 Nov 2006 18:36:42 +0100 [thread overview]
Message-ID: <20061110173642.GL8693@postel.suug.ch> (raw)
In-Reply-To: <20061110132450.GA4307@ff.dom.local>
* Jarek Poplawski <jarkao2@o2.pl> 2006-11-10 14:24
> @@ -449,7 +449,7 @@
>
> The second step is to define the operations for the family, which we do by
> creating at least one instance of the genl_ops structure which we explained in
> -section 3.1.2.. In this example we are only going to define one operation but
> +section 3.1.2. In this example we are only going to define one operation but
> you can define up to 255 unique operations for each family.
>
> /* handler */
> @@ -465,7 +465,7 @@
> DOC_EXMPL_C_ECHO,
> __DOC_EXMPL_C_ECHO,
Careful, the typo is here, not below.
> };
> - #define DOC_EXMPL_C_MAX (__DOC_EXMPL_C_MAX - 1)
> + #define DOC_EXMPL_C_MAX (__DOC_EXMPL_C_ECHO - 1)
>
> /* operation definition */
> struct genl_ops doc_exmpl_gnl_ops_echo = {
next prev parent reply other threads:[~2006-11-10 17:36 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-10 6:08 Generic Netlink HOW-TO based on Jamal's original doc Paul Moore
2006-11-10 6:37 ` James Morris
2006-11-10 6:45 ` Paul Moore
2006-11-10 14:34 ` jamal
2006-11-10 16:17 ` Paul Moore
2006-11-10 16:59 ` Randy Dunlap
2006-11-10 9:48 ` Thomas Graf
2006-11-10 16:08 ` Paul Moore
2006-11-10 13:24 ` Jarek Poplawski
2006-11-10 16:10 ` Paul Moore
2006-11-10 17:36 ` Thomas Graf [this message]
2006-11-13 7:05 ` Jarek Poplawski
2006-11-13 7:23 ` Jarek Poplawski
2006-11-13 14:08 ` Paul Moore
2006-11-13 14:17 ` jamal
2006-11-13 20:06 ` Paul Moore
2006-11-17 13:05 ` jamal
2006-11-17 19:47 ` jamal
2006-11-17 23:53 ` Paul Moore
2006-11-18 17:06 ` jamal
2006-11-20 7:39 ` Jarek Poplawski
2006-11-21 22:24 ` Paul Moore
2006-11-22 12:27 ` Jarek Poplawski
2006-11-22 21:38 ` Paul Moore
2006-11-20 7:26 ` Jarek Poplawski
2006-11-13 19:58 ` Paul Moore
2006-11-14 6:53 ` Jarek Poplawski
2006-11-10 15:49 ` Stephen Hemminger
2006-11-10 16:20 ` Paul Moore
2006-11-10 18:23 ` Randy Dunlap
2006-11-10 19:50 ` Paul Moore
2006-11-10 22:12 ` Thomas Graf
2006-11-10 22:49 ` Randy Dunlap
2006-11-10 22:56 ` Thomas Graf
2006-11-10 23:17 ` Randy Dunlap
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=20061110173642.GL8693@postel.suug.ch \
--to=tgraf@suug.ch \
--cc=jarkao2@o2.pl \
--cc=netdev@vger.kernel.org \
--cc=paul.moore@hp.com \
/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.