diff vmalloc.h @ 135:0b49fd35afc1

distributed free working -app sends a VMSSemReqst to his Master which send a request to a different Master -Master send the request directly -The request structure is freed by the sender, when the request was handled There are still problems on shutdown. The shutdownVPs are all allocated by one Master which is likly to be terminated
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 16 Sep 2011 20:08:28 +0200
parents a9b72021f053
children 99798e4438a6
line diff
     1.1 --- a/vmalloc.h	Fri Sep 16 16:19:24 2011 +0200
     1.2 +++ b/vmalloc.h	Fri Sep 16 20:08:28 2011 +0200
     1.3 @@ -71,6 +71,6 @@
     1.4  VMS_ext__create_free_list();
     1.5  
     1.6  void
     1.7 -VMS_ext__free_free_list( MallocProlog* freeListHeads[] );
     1.8 +VMS_ext__free_free_list( MallocProlog* freeListHead );
     1.9  
    1.10  #endif
    1.11 \ No newline at end of file