~ubuntu-branches/ubuntu/vivid/ck/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/CK_RWCOHORT_INSTANCE

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
.Fn CK_RWCOHORT_WP_INSTANCE "COHORT_NAME cohort_name"
39
39
.Sh DESCRIPTION
40
40
The user must use this macro to declare instances of lock types that they have
41
 
defined using the 
 
41
defined using the
42
42
.Xr CK_RWCOHORT_PROTOTYPE 3
43
 
macro.  The cohort_name must be the same as the one used in the prototype macro.  
 
43
macro.  The cohort_name must be the same as the one used in the prototype macro.
44
44
For instance, if CK_RWCOHORT_PROTOTYPE was called with the name "foo", the
45
45
CK_RWCOHORT_INSTANCE macro should be called as
46
46
.br