2007-11-14 11:58:36 +00:00
|
|
|
/*
|
|
|
|
* Linux block and network stats.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Red Hat, Inc.
|
|
|
|
*
|
|
|
|
* See COPYING.LIB for the License of this software
|
|
|
|
*
|
|
|
|
* Richard W.M. Jones <rjones@redhat.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __STATS_LINUX_H__
|
2010-03-09 18:22:22 +00:00
|
|
|
# define __STATS_LINUX_H__
|
2007-11-14 11:58:36 +00:00
|
|
|
|
2010-03-09 18:22:22 +00:00
|
|
|
# ifdef __linux__
|
2007-11-14 11:58:36 +00:00
|
|
|
|
2010-03-09 18:22:22 +00:00
|
|
|
# include "internal.h"
|
2007-11-14 11:58:36 +00:00
|
|
|
|
2010-02-04 23:02:10 +00:00
|
|
|
extern int linuxDomainInterfaceStats(const char *path,
|
|
|
|
struct _virDomainInterfaceStats *stats);
|
2007-11-14 11:58:36 +00:00
|
|
|
|
2010-03-09 18:22:22 +00:00
|
|
|
# endif /* __linux__ */
|
2007-11-14 11:58:36 +00:00
|
|
|
|
|
|
|
#endif /* __STATS_LINUX_H__ */
|