summaryrefslogtreecommitdiffstats
path: root/daemons/cmirrord/link_mon.h
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-09-03 17:11:53 -0400
committerDave Wysochanski <dwysocha@redhat.com>2009-09-04 20:44:58 +0200
commit2433909e20c6716b4d1d4963bcfad57a20ea30ae (patch)
treef069a4748bc519d7c76fb714423b663155bd2ef2 /daemons/cmirrord/link_mon.h
parent5e9891477aaf4cd6952f2d6914506031dd1ea93a (diff)
downloadlvm2-2433909e20c6716b4d1d4963bcfad57a20ea30ae.tar.gz
lvm2-2433909e20c6716b4d1d4963bcfad57a20ea30ae.tar.xz
lvm2-2433909e20c6716b4d1d4963bcfad57a20ea30ae.zip
Add daemons/cmirrord files to git - somehow got messed up with cvs rename.
When clogd was renamed to cmirrord, somehow git got the remove of the old files but not the add of the new files. This patch adds the new files. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Diffstat (limited to 'daemons/cmirrord/link_mon.h')
-rw-r--r--daemons/cmirrord/link_mon.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/daemons/cmirrord/link_mon.h b/daemons/cmirrord/link_mon.h
new file mode 100644
index 00000000..ce9e0557
--- /dev/null
+++ b/daemons/cmirrord/link_mon.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License v.2.1.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+#ifndef __LINK_MON_DOT_H__
+#define __LINK_MON_DOT_H__
+
+int links_register(int fd, char *name, int (*callback)(void *data), void *data);
+int links_unregister(int fd);
+int links_monitor(void);
+int links_issue_callbacks(void);
+
+#endif /* __LINK_MON_DOT_H__ */