]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Uploading protected shared objects functionality
authormgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 22 Nov 2007 18:11:06 +0000 (18:11 +0000)
committermgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 22 Nov 2007 18:11:06 +0000 (18:11 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@877 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h
frsh_opaque_types.h

index 5a8b369a8d7d749d19f703c5175459e938407b54..3348397fa042211e8b3955c754bd19cce5efe885 100644 (file)
 #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
index 6fab50dfecc0ceb44dd448db31f2371542f31691..e12a8ad51e1e73418391beea3d33c89c2c84eae5 100644 (file)
@@ -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;                         \
 }