~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to daemons/dmeventd/dmeventd.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
#define EXIT_CHDIR_FAILURE       7
64
64
 
65
65
/* Implemented in libdevmapper-event.c, but not part of public API. */
 
66
// FIXME  misuse of bitmask as enum
66
67
int daemon_talk(struct dm_event_fifos *fifos,
67
68
                struct dm_event_daemon_message *msg, int cmd,
68
69
                const char *dso_name, const char *dev_name,