From: Max Kellermann <max@duempel.org>
To: netfilter-devel@lists.netfilter.org
Cc: laforge@gnumonks.org
Subject: [PATCH pom-ng 3/6] H.323: minor code style fixes
Date: Wed, 11 May 2005 00:52:23 +0200 [thread overview]
Message-ID: <20050510225223.GC5720@roonstrasse.net> (raw)
In-Reply-To: <20050510225019.GA5102@roonstrasse.net>
[-- Attachment #1: Type: text/plain, Size: 51 bytes --]
h323-03-code_style.patch
- minor code style fixes
[-- Attachment #2: h323-03-code_style.patch --]
[-- Type: text/plain, Size: 895 bytes --]
Tue Apr 19 22:46:24 CEST 2005 max@duempel.org
* minor code style fixes
diff -rN -u old-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c new-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c
--- old-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c 2005-05-10 23:48:35.000000000 +0200
+++ new-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c 2005-05-10 23:48:35.000000000 +0200
@@ -160,7 +160,8 @@
}
/* H.245 helper is not registered! */
-static struct ip_conntrack_helper h245 = {
+static struct ip_conntrack_helper h245 =
+{
.name = "H.245",
.max_expected = 8,
.timeout = 240,
@@ -419,7 +420,8 @@
return ret;
}
-static struct ip_conntrack_helper h225 = {
+static struct ip_conntrack_helper h225 =
+{
.name = "H.225",
.me = THIS_MODULE,
.max_expected = 2,
next prev parent reply other threads:[~2005-05-10 22:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 22:50 [PATCH pom-ng 0/6] H.323: implement a "real" H.245 parser Max Kellermann
2005-05-10 22:51 ` [PATCH pom-ng 1/6] H.323: remove struct ip_ct_h225_master Max Kellermann
2005-05-10 22:51 ` [PATCH pom-ng 2/6] add ip_nat_h245() Max Kellermann
2005-05-10 22:52 ` Max Kellermann [this message]
2005-05-10 22:52 ` [PATCH pom-ng 4/6] H.323: splitted ip_conntrack_h323.c into 3 sources Max Kellermann
2005-05-11 23:40 ` Patrick McHardy
2005-05-12 5:26 ` Max Kellermann
2005-05-17 15:39 ` Patrick McHardy
2005-05-10 22:53 ` [PATCH pom-ng 5/6] H.323: ASN.1/PER parser Max Kellermann
2005-05-10 22:54 ` [PATCH pom-ng 6/6] H.323: H.245/ASN.1 parser Max Kellermann
2005-05-11 8:01 ` [PATCH pom-ng 0/6] H.323: implement a "real" H.245 parser Harald Welte
2005-05-11 18:16 ` [PATCH pom-ng 7/6] H.323: reimplement the H.225 parser using the ASN.1/PER library Max Kellermann
2005-05-17 15:18 ` Patrick McHardy
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=20050510225223.GC5720@roonstrasse.net \
--to=max@duempel.org \
--cc=laforge@gnumonks.org \
--cc=netfilter-devel@lists.netfilter.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.