/* * Copyright (C) 2015 University of Chicago. * See COPYRIGHT notice in top-level directory. * */ #ifndef __DARSHAN_NULL_LOG_UTILS_H #define __DARSHAN_NULL_LOG_UTILS_H /* declare NULL module counter name strings and logutil definition as * extern variables so they can be used in other utilities */ extern char *null_counter_names[]; extern char *null_f_counter_names[]; extern struct darshan_mod_logutil_funcs null_logutils; #endif