dsl_dataset: put IO-inducing frees on the pool deadlist
[zfs.git] / cmd / zed / zed_exec.h
blobe4c8d86335b810f9076a7821911bde88f32e422b
1 /*
2 * This file is part of the ZFS Event Daemon (ZED).
4 * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
5 * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
6 * Refer to the OpenZFS git commit log for authoritative copyright attribution.
8 * The contents of this file are subject to the terms of the
9 * Common Development and Distribution License Version 1.0 (CDDL-1.0).
10 * You can obtain a copy of the license from the top-level file
11 * "OPENSOLARIS.LICENSE" or at <http://opensource.org/licenses/CDDL-1.0>.
12 * You may not use this file except in compliance with the license.
15 #ifndef ZED_EXEC_H
16 #define ZED_EXEC_H
18 #include <stdint.h>
19 #include "zed_strings.h"
20 #include "zed_conf.h"
22 void zed_exec_fini(void);
24 int zed_exec_process(uint64_t eid, const char *class, const char *subclass,
25 struct zed_conf *zcp, zed_strings_t *envs);
27 #endif /* !ZED_EXEC_H */