hail-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Project Hail List <hail-devel@vger.kernel.org>
Cc: Jeff Garzik <jeff@garzik.org>
Subject: [patch hail 1/2] use hail_log.h
Date: Wed, 10 Nov 2010 13:50:32 -0700	[thread overview]
Message-ID: <20101110135032.2f9e8d9f@lembas.zaitcev.lan> (raw)

I think forward declarations are not needed if we have a nice leaf header.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 include/cld_common.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 12f0fd5e0c6925299617082d834220396fae252e
Author: Pete Zaitcev <zaitcev@yahoo.com>
Date:   Wed Nov 10 12:38:14 2010 -0700

    Cleanup for hail_log.

diff --git a/include/cld_common.h b/include/cld_common.h
index 3ac18c6..84b1ec6 100644
--- a/include/cld_common.h
+++ b/include/cld_common.h
@@ -27,11 +27,10 @@
 #include <glib.h>
 #include <openssl/sha.h>
 #include <cld_msg_rpc.h>
+#include <hail_log.h>
 
 #define CLD_ALIGN8(n) ((8 - ((n) & 7)) & 7)
 
-struct hail_log;
-
 struct cld_timer {
 	bool			fired;
 	bool			on_list;

             reply	other threads:[~2010-11-10 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10 20:50 Pete Zaitcev [this message]
2010-11-18  8:45 ` [patch hail 1/2] use hail_log.h Jeff Garzik

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=20101110135032.2f9e8d9f@lembas.zaitcev.lan \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).