From 2a10205d2a00321fe0317063f65bb438a4437dcf Mon Sep 17 00:00:00 2001 From: mgh Date: Thu, 22 Nov 2007 18:11:06 +0000 Subject: [PATCH] Uploading protected shared objects functionality git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@877 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_configuration_parameters.h | 1 + frsh_opaque_types.h | 1 + 2 files changed, 2 insertions(+) diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index 5a8b369..3348397 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -203,6 +203,7 @@ #define FRSH_SCHEDULER_SIGNAL FRSH_SIGNAL_MIN + /** * The highest priority that can be assigned to an application thread, * it should be defined as one level less than the diff --git a/frsh_opaque_types.h b/frsh_opaque_types.h index 6fab50d..e12a8ad 100644 --- a/frsh_opaque_types.h +++ b/frsh_opaque_types.h @@ -223,6 +223,7 @@ typedef int FRSH_SHAREDOBJ_HANDLE_T_OPAQUE; struct timespec blocking; \ frsh_csect_op_t op; \ frsh_memory_areas_t areas; \ + frsh_memory_areas_t storage; \ } -- 2.39.2