Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
diff PrivateQueue.h @ 27:bd38feb38c80
Added numInPrivQ
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 04 Mar 2012 14:25:24 -0800 |
| parents | b5ae7fbb1f01 |
| children | dabefab7d264 |
line diff
1.1 --- a/PrivateQueue.h Mon Feb 13 10:36:44 2012 -0800 1.2 +++ b/PrivateQueue.h Sun Mar 04 14:25:24 2012 -0800 1.3 @@ -34,6 +34,7 @@ 1.4 void* readPrivQ ( PrivQueueStruc *Q ); 1.5 void writePrivQ( void *in, PrivQueueStruc *Q ); 1.6 int writeIfSpacePrivQ( void * in, PrivQueueStruc* Q ); //return 1.7 +int numInPrivQ( PrivQueueStruc *Q ); 1.8 // false when full 1.9 1.10 #endif /* _PRIVATE_QUEUE_H */
