aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2014-07-23 06:06:33 -0400
committerThomas Winget <tewinget@gmail.com>2014-07-23 06:06:33 -0400
commit55b92e39997a32ac889c72dc393fb74fa6759136 (patch)
tree4f4aee0b943c302e8033f67e9b361b7ef589a0f9 /src/rpc
parentMerge pull request #67 from mikezackles/get_info (diff)
parentChanged time_t to uint64_t for serialization (diff)
downloadmonero-55b92e39997a32ac889c72dc393fb74fa6759136.tar.xz
Merge pull request #68 from tewinget/daemon_rpc
daemon rpc get_connections call minor changes
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/core_rpc_server_commands_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server_commands_defs.h b/src/rpc/core_rpc_server_commands_defs.h
index 39acadb04..bd8aff706 100644
--- a/src/rpc/core_rpc_server_commands_defs.h
+++ b/src/rpc/core_rpc_server_commands_defs.h
@@ -495,6 +495,7 @@ namespace cryptonote
std::list<connection_info> connections;
BEGIN_KV_SERIALIZE_MAP()
+ KV_SERIALIZE(status)
KV_SERIALIZE(connections)
END_KV_SERIALIZE_MAP()
};