From patchwork Wed Nov 21 16:24:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/6] lib: fwts_framework: make framework magic id into a uint32_t From: Colin King X-Patchwork-Id: 200796 Message-Id: <1353515085-8053-2-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Wed, 21 Nov 2012 16:24:40 +0000 From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- src/lib/include/fwts_framework.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/include/fwts_framework.h b/src/lib/include/fwts_framework.h index 0629c46..c406faf 100644 --- a/src/lib/include/fwts_framework.h +++ b/src/lib/include/fwts_framework.h @@ -91,7 +91,7 @@ static inline void fwts_framework_summate_results(fwts_results *total, fwts_resu * Test framework context */ typedef struct { - int magic; /* identify struct magic */ + uint32_t magic; /* identify struct magic */ fwts_log *results; /* log for test results */ char *results_logname; /* filename of results log */