From e6fb48251e70d87404bf7738722679b9281ed108 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Fri, 1 Jan 2010 13:50:55 -0200 Subject: Don't include benchmarks in remote mode. --- hardinfo2/hardinfo.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index dc720069..71dc9c14 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -22,6 +22,11 @@ #include #include +typedef enum { + MODULE_FLAG_NONE = 0, + MODULE_FLAG_NO_REMOTE = 1<<0, +} ModuleEntryFlags; + typedef struct _ModuleEntry ModuleEntry; typedef struct _ModuleAbout ModuleAbout; typedef struct _FileTypes FileTypes; @@ -56,6 +61,7 @@ struct _ModuleEntry { gchar *icon; gpointer callback; gpointer scan_callback; + guint32 flags; }; struct _ModuleAbout { -- cgit v1.2.3