fix thread_signal

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@978 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-02-11 13:59:53 +00:00
parent c9247ce308
commit eec29d7c27
6 changed files with 24 additions and 41 deletions

View File

@@ -10,7 +10,7 @@
* File: Heap.h *
* mods: *
* comments: Heap Init Structure *
* version: $Id: Heap.h,v 1.55 2004-02-11 13:33:19 vsc Exp $ *
* version: $Id: Heap.h,v 1.56 2004-02-11 13:59:52 vsc Exp $ *
*************************************************************************/
/* information that can be stored in Code Space */
@@ -75,6 +75,7 @@ typedef struct thandle {
REGSTORE *current_yaam_regs;
struct pred_entry *local_preds;
pthread_t handle;
pthread_mutex_t tlock;
} yap_thandle;
#endif