summaryrefslogtreecommitdiff
path: root/lib/notify/lvmnotify.h
blob: 1e6d5b3783990a660fac61fa620100784d87bea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (C) 2015 Red Hat, Inc.
 *
 * This file is part of LVM2.
 *
 * 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.
 */

#ifndef _LVMNOTIFY_H
#define _LVMNOTIFY_H

int lvmnotify_init(struct cmd_context *cmd);
void lvmnotify_exit(void);

void notify_vg_update(struct volume_group *vg);

#endif