]> git.proxmox.com Git - mirror_zfs-debian.git/blob - cmd/zed/zed_exec.h
Imported Upstream version 0.6.4.2
[mirror_zfs-debian.git] / cmd / zed / zed_exec.h
1 /*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license from the top-level
9 * OPENSOLARIS.LICENSE or <http://opensource.org/licenses/CDDL-1.0>.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each file
14 * and include the License file from the top-level OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
24 * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
25 */
26
27 #ifndef ZED_EXEC_H
28 #define ZED_EXEC_H
29
30 #include <stdint.h>
31
32 int zed_exec_process(uint64_t eid, const char *class, const char *subclass,
33 const char *dir, zed_strings_t *zedlets, zed_strings_t *envs,
34 int zevent_fd);
35
36 #endif /* !ZED_EXEC_H */