# HG changeset patch # User Me # Date 1277928649 25200 # Node ID 09cfa875abbd5b5e5846438a2c747b2e624245b7 # Parent f4d50d8a1a38390ce48af2ab71503541b8d80a7e Full VMS test -- works diff -r f4d50d8a1a38 -r 09cfa875abbd PrivateQueue.h --- a/PrivateQueue.h Wed Jun 30 13:10:42 2010 -0700 +++ b/PrivateQueue.h Wed Jun 30 13:10:49 2010 -0700 @@ -29,7 +29,9 @@ PrivQueueStruc* makePrivQ ( ); void* readPrivQ ( PrivQueueStruc *Q ); -void writePrivQ( void *in, PrivQueueStruc *Q ); +void writeAndEnlargePrivQ( void *in, PrivQueueStruc *Q ); +int writeAndFailPrivQ( void * in, PrivQueueStruc* Q ); //return + // false when full #endif /* _PRIVATE_QUEUE_H */