/*
* Copyright (C) 2015 University of Chicago. * See COPYRIGHT notice in top-level directory. *
*/ #ifndef __DARSHAN_POSIX_LOG_UTILS_H #define __DARSHAN_POSIX_LOG_UTILS_H
extern char *posix_counter_names[]; extern char *posix_f_counter_names[];
extern struct darshan_mod_logutil_funcs posix_logutils;
#endif