summaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-13 13:05:17 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-13 13:05:17 +0000
commitf70403b0a5f74e13907262e668653eef29803754 (patch)
tree498345255df4283ba01b9f27a477005183cf11e5 /hardinfo2/benchmark.c
parentb1d1223551baa57174020af62c58016deca90096 (diff)
Started working on SyncManager (GUI only; does not work currently, needs backend).
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 81d66534..afb31743 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -224,6 +224,22 @@ ModuleEntry *hi_module_get_entries(void)
return entries;
}
+gchar *get_all_results(void)
+{
+ return "";
+}
+
+ShellModuleMethod*
+hi_exported_methods(void)
+{
+ static ShellModuleMethod m[] = {
+ { "getAllResults", get_all_results },
+ { NULL }
+ };
+
+ return m;
+}
+
ModuleAbout *
hi_module_get_about(void)
{