From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager ChangeLog include/ds.h
Date: 12 Dec 2007 15:27:35 -0000 [thread overview]
Message-ID: <20071212152735.27391.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2007-12-12 15:27:35
Modified files:
rgmanager : ChangeLog
Added files:
rgmanager/include: ds.h
Log message:
Add missing ds.h
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/ds.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
--- cluster/rgmanager/ChangeLog 2007/11/30 21:36:28 1.62
+++ cluster/rgmanager/ChangeLog 2007/12/12 15:27:34 1.63
@@ -1,3 +1,6 @@
+2007-12-12 Lon Hohberger <lhh@redhat.com>
+ * Misc changes; add missing ds.h
+
2007-11-30 Lon Hohberger <lhh@redhat.com>
* Commit RIND / S-Lang script engine [untested]
/cvs/cluster/cluster/rgmanager/include/ds.h,v --> standard output
revision 1.1
--- cluster/rgmanager/include/ds.h
+++ - 2007-12-12 15:27:35.772745000 +0000
@@ -0,0 +1,13 @@
+#ifndef _DS_H
+#define _DS_H
+
+int ds_init(void);
+int ds_key_init(char *keyid, int maxsize, int timeout);
+int ds_key_finish(char *keyid);
+int ds_write(char *keyid, void *buf, size_t maxlen);
+int ds_read(char *keyid, void *buf, size_t maxlen);
+int ds_finish(void);
+
+#define DS_MIN_SIZE 512
+
+#endif
reply other threads:[~2007-12-12 15:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20071212152735.27391.qmail@sourceware.org \
--to=lhh@sourceware.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.