Added show feedbackreport

Added show feedbackreport
This commit is contained in:
MassimilianoPinto
2015-03-06 11:15:06 +01:00
parent e952db0ee9
commit 5bbd9a66fc
3 changed files with 137 additions and 65 deletions

View File

@ -70,5 +70,6 @@ extern void dprintAllModules(DCB *);
extern RESULTSET *moduleGetList();
extern char *get_maxscale_home(void);
extern void module_feedback_send(void*);
extern void moduleShowFeedbackReport(DCB *dcb);
#endif