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 */