openzfs_sysctl.h 367 B

1234567891011121314151617
  1. #ifndef HEADER_openzfs_sysctl
  2. #define HEADER_openzfs_sysctl
  3. /*
  4. htop - generic/openzfs_sysctl.h
  5. (C) 2014 Hisham H. Muhammad
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #include "zfs/ZfsArcStats.h"
  10. void openzfs_sysctl_init(ZfsArcStats* stats);
  11. void openzfs_sysctl_updateArcStats(ZfsArcStats* stats);
  12. #endif