From edf38f478920a443dc29cf3d638e6b27d7a838e6 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 16 Jun 2006 16:52:51 +0000 Subject: Fixed pjlib doxygen documentation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@514 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/os.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pjlib/include/pj/os.h') diff --git a/pjlib/include/pj/os.h b/pjlib/include/pj/os.h index 439b0864..2a57ab87 100644 --- a/pjlib/include/pj/os.h +++ b/pjlib/include/pj/os.h @@ -509,6 +509,13 @@ PJ_DECL(pj_status_t) pj_mutex_destroy(pj_mutex_t *mutex); * readers can acquire the mutex, but only a single writer can acquire the * mutex. */ + +/** + * Opaque declaration for reader/writer mutex. + * Reader/writer mutex is a classic synchronization object where multiple + * readers can acquire the mutex, but only a single writer can acquire the + * mutex. + */ typedef struct pj_rwmutex_t pj_rwmutex_t; /** -- cgit v1.2.3