From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/libdm .exported_symbols libdevmapper.h
Date: 20 Apr 2010 10:58:19 -0000 [thread overview]
Message-ID: <20100420105819.4586.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2010-04-20 10:58:18
Modified files:
libdm : .exported_symbols libdevmapper.h
Log message:
missed files from last commit
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/.exported_symbols.diff?cvsroot=lvm2&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdevmapper.h.diff?cvsroot=lvm2&r1=1.109&r2=1.110
--- LVM2/libdm/.exported_symbols 2010/02/15 16:21:33 1.49
+++ LVM2/libdm/.exported_symbols 2010/04/20 10:58:18 1.50
@@ -109,6 +109,7 @@
dm_pool_zalloc
dm_bitset_create
dm_bitset_destroy
+dm_bit_and
dm_bit_union
dm_bit_get_first
dm_bit_get_next
--- LVM2/libdm/libdevmapper.h 2010/02/15 16:21:33 1.109
+++ LVM2/libdm/libdevmapper.h 2010/04/20 10:58:18 1.110
@@ -600,6 +600,7 @@
dm_bitset_t dm_bitset_create(struct dm_pool *mem, unsigned num_bits);
void dm_bitset_destroy(dm_bitset_t bs);
+void dm_bit_and(dm_bitset_t out, dm_bitset_t in1, dm_bitset_t in2);
void dm_bit_union(dm_bitset_t out, dm_bitset_t in1, dm_bitset_t in2);
int dm_bit_get_first(dm_bitset_t bs);
int dm_bit_get_next(dm_bitset_t bs, int last_bit);
reply other threads:[~2010-04-20 10:58 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=20100420105819.4586.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=lvm-devel@redhat.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.