~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to daemons/dmeventd/plugins/lvm2/dmeventd_lvm.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * liblvm2cmd thread-safe so this can go away.
23
23
 */
24
24
 
25
 
#include "libdevmapper.h"
26
 
 
27
25
#ifndef _DMEVENTD_LVMWRAP_H
28
26
#define _DMEVENTD_LVMWRAP_H
29
27
 
 
28
struct dm_pool;
 
29
 
30
30
int dmeventd_lvm2_init(void);
31
31
void dmeventd_lvm2_exit(void);
32
32
int dmeventd_lvm2_run(const char *cmdline);