From: mgh Date: Thu, 22 Nov 2007 18:11:06 +0000 (+0000) Subject: Uploading protected shared objects functionality X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/commitdiff_plain/2a10205d2a00321fe0317063f65bb438a4437dcf?hp=f9dfc7d4dd1fde916e1b723f285bfa4773ac8618 Uploading protected shared objects functionality git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@877 35b4ef3e-fd22-0410-ab77-dab3279adceb --- 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; \ }