diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 5a7c85b0b1b..e58758a8c60 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.8 1997/09/08 21:54:32 momjian Exp $ + * $Id: proc.h,v 1.9 1998/01/23 06:01:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -102,8 +102,7 @@ extern bool ProcRemove(int pid); /* make static in storage/lmgr/proc.c -- jolly */ extern void ProcQueueInit(PROC_QUEUE *queue); -extern int -ProcSleep(PROC_QUEUE *queue, SPINLOCK spinlock, int token, +extern int ProcSleep(PROC_QUEUE *queue, SPINLOCK spinlock, int token, int prio, LOCK *lock); extern int ProcLockWakeup(PROC_QUEUE *queue, char *ltable, char *lock); extern void ProcAddLock(SHM_QUEUE *elem); |