14 lines
357 B
C++
14 lines
357 B
C++
/*
|
|
Copyright (c) 2014 IOnU Security Inc. All rights reserved
|
|
Created February 2014 by Kendrick Webster
|
|
|
|
gluster_status/StatusReporter.h - header for status reporter module
|
|
*/
|
|
#pragma once
|
|
|
|
namespace ionu { namespace gluster_status { namespace reporter {
|
|
|
|
void PrintStatus(bool json_output, const ionu::network::address_list_t& daemons);
|
|
|
|
}}}
|