~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to src/ath.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-16 20:13:32 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090516201332-czkobpu32w318i16
Tags: 1.4.4-2ubuntu1
* Merge from Debian unstable (LP: #364535), remaining changes:
  - Add libgcrypt11-udeb for use by cryptsetup-udeb.
  - Add clean-la.mk, and add a symlink for the .la
  - Install to /lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
struct ath_ops
69
69
{
70
 
  enum ath_thread_option option;
 
70
  /* The OPTION field encodes the thread model and the version number
 
71
     of this structure.   
 
72
       Bits  7 - 0  are used for the thread model
 
73
       Bits 15 - 8  are used for the version number.
 
74
  */
 
75
  unsigned int option;
 
76
 
71
77
  int (*init) (void);
72
78
  int (*mutex_init) (void **priv);
73
79
  int (*mutex_destroy) (void *priv);