[SR-Users] XMLRPC problem
Juha Heinanen
jh at tutpro.com
Wed Apr 2 08:32:54 CEST 2014
Kelvin Chua writes:
> i was able to apply the RET_ARRAY fix to htable.dump in 4.0.5
> however unable to share the patch as htable_rpc[] is nowhere to be found on
> trunk
> was there any changes from 4.0.x to trunk with regards to rpc?
see
rpc_export_t htable_rpc[] = {
{"htable.dump", htable_rpc_dump, htable_dump_doc, 0},
{"htable.delete", htable_rpc_delete, htable_delete_doc, 0},
{"htable.get", htable_rpc_get, htable_get_doc, 0},
{"htable.sets", htable_rpc_sets, htable_sets_doc, 0},
{"htable.seti", htable_rpc_seti, htable_seti_doc, 0},
{"htable.listTables", htable_rpc_list, htable_list_doc, 0},
{"htable.reload", htable_rpc_reload, htable_reload_doc, 0},
{"htable.stats", htable_rpc_stats, htable_stats_doc, 0},
{0, 0, 0, 0}
};
in htable.c.
if you don't have write access to the repo, make the change and if it
works in your tests, i can apply the patch.
-- juha
More information about the sr-users
mailing list