> Roody can now reset online histograms via context menu or main menu. This
> requires a small change in mana.c Also, fixed a problem with segmentation
> faults when trying to connect to an invalid server port.
I saw that you implemented a "Reset" function in root_server_thread. This is not
necessary. You have the more general "Command" function which was meant for that.
You specify the object name, type, method to execute and optional arguments. Right
now, only the "Reset" command is implemented, but that's what you need. Can you
check if roody works with that? If so, can you remove the "Reset" function again ?
Thanks,
Stefan |