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

« back to all changes in this revision

Viewing changes to tools/lvmcmdlib.c

  • 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:
97
97
        return ret;
98
98
}
99
99
 
 
100
void lvm2_disable_dmeventd_monitoring(void *handle) {
 
101
        init_dmeventd_monitor(DMEVENTD_MONITOR_IGNORE);
 
102
}
 
103
 
100
104
void lvm2_log_level(void *handle, int level)
101
105
{
102
106
        struct cmd_context *cmd = (struct cmd_context *) handle;