]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
Small fixes from the prev. commit.
authorDario Faggioli <faggioli@gandalf.sssup.it>
Thu, 26 Feb 2009 15:54:36 +0000 (16:54 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 1 Mar 2009 19:04:50 +0000 (20:04 +0100)
Some data structures present in frsh_sharedobj.c are not needed nor
used, and have been left there because of mistake.
The same happened in the Makefile, where a rule for a not yet committed
test application is removed by this commit.

frsh_api/frsh_sharedobj.c
frsh_api/tests/Makefile.omk

index 52b7bd88ab390673f867a3192f1f084f03665bb6..f000560e959f17bf64fcc6b9837a36fd65baeaa3 100644 (file)
@@ -257,15 +257,6 @@ free_err:
        return FOSA_ENOMEM;
 }
 
-/**
- * Type that contains the information necessary to implement
- * time-protection in shared resources.
- */
-typedef struct {
-  fosa_timer_id_t timer_id;
-  fosa_long_jump_context_t context;
-} frsh_sr_protection_t;
-
 int frsh_csect_invoke
   (const frsh_csect_t *csect,
    const void *input_arg,
index 7526a6ae70989222f2e7b63b36669d19f01c05b2..5b377851b4e2799453b854ed7c7380e57b0e6930 100644 (file)
@@ -3,10 +3,6 @@ test_PROGRAMS += negotiation
 negotiation_SOURCES = negotiation.c
 lib_LOADLIBES += pthread rt frsh 
 
-test_PROGRAMS += frsh_synchobj
-frsh_synchobj_SOURCES += frsh_synchobj.c
-lib_LOADLIBES += pthread rt frsh
-
 ifeq ($(CONFIG_FWP),y)
 SUBDIRS= fwptest