adfstr.h
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:1k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. /*
  2.  * adfstr.h - the structure of administrative file
  3.  *             Kernel of GNU SQL-server
  4.  *
  5.  * $Id: adfstr.h,v 1.245 1997/03/31 03:46:38 kml Exp $
  6.  *
  7.  * This file is a part of GNU SQL Server
  8.  *
  9.  * Copyright (c) 1996, 1997, Free Software Foundation, Inc
  10.  * Developed at the Institute of System Programming
  11.  * This file is written by Vera Ponomarenko
  12.  *
  13.  * This program is free software; you can redistribute it and/or modify it under
  14.  * the terms of the GNU General Public License as published by the Free
  15.  * Software Foundation; either version 2 of the License, or (at your option)
  16.  * any later version.
  17.  *
  18.  * This program is distributed in the hope that it will be useful, but WITHOUT
  19.  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  20.  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  21.  * more details.
  22.  *
  23.  * You should have received a copy of the GNU General Public License along with
  24.  * this program; if not, write to the Free Software Foundation, Inc.,
  25.  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  26.  *
  27.  * Contacts: gss@ispras.ru
  28.  *
  29.  */
  30. struct ADF {  
  31.     i4_t   uid;
  32.     i4_t   uidconst;
  33.     i4_t   unname;
  34.     u2_t  sizext;
  35.     u2_t  maxext;
  36.     u2_t  maxfrext;
  37.     u2_t  maxtrans;
  38.     u2_t  mjred;
  39.     u2_t  ljred;
  40.     u2_t  mjmpage;
  41.     u2_t  ljmpage;
  42.     u2_t  sizesc;
  43.     i4_t    optbufnum;
  44.     i4_t    maxnbuf;
  45.     i4_t    maxtact;
  46.     i4_t   fshmsegn;
  47.   };