1: #
   2: 
   3: /*
   4: **  GLOBALS -- INGRES globals which belong everywhere
   5: **
   6: **	Variables in this module should be included by everything
   7: **	INGRES knows about.  The real purpose of this module is
   8: **	so that actual definition of space can occur here (and
   9: **	everything can be 'extern' everywhere else).
  10: **
  11: **	Defines:
  12: **		Alockdes -- the lock descriptor for the concurrency
  13: **			device.
  14: **
  15: **	History:
  16: **		1/24/79 (eric) -- created.
  17: */
  18: 
  19: 
  20: 
  21: 
  22: 
  23: 
  24: int Alockdes =  -1; /* the concurrency device descriptor */

Defined variables

Alockdes defined in line 24; used 1 times
Last modified: 1995-02-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1697
Valid CSS Valid XHTML 1.0 Strict