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

« back to all changes in this revision

Viewing changes to daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2013-03-03 12:33:47 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130303123347-smfwei6dodkdth55
Tags: 2.02.98-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "libdevmapper-event.h"
20
20
#include "dmeventd_lvm.h"
21
21
 
22
 
#include "lvm-string.h"
23
 
 
24
22
#include <sys/wait.h>
25
23
#include <syslog.h> /* FIXME Replace syslog with multilog */
26
24
/* FIXME Missing openlog? */