This file is indexed.

/usr/include/hbook/hcpiaf.inc is in libpacklib1-dev 20061220+dfsg3-4.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
*
* $Id: hcpiaf.inc,v 1.1.1.1 1996/01/16 17:07:51 mclareni Exp $
*
* $Log: hcpiaf.inc,v $
* Revision 1.1.1.1  1996/01/16 17:07:51  mclareni
* First import
*
*
#ifndef CERNLIB_HBOOK_HCPIAF_INC
#define CERNLIB_HBOOK_HCPIAF_INC
*
*
* hcpiaf.inc
*
*CMZ :  4.21/08 01/02/94  11.41.10  by  Fons Rademakers
*-- Author :    Fons Rademakers   15/04/93
*--- shared between HBOOK and PAW
      PARAMETER  (MXSLPF = 32)
      COMMON/HCPIAF/NTPIAF
     +             ,CONNPF,SERVPF,MASTPF,SLAVPF,CLINPF,CLUTPF,LOGLPF
     +             ,NSLAVE,NSLBAD,NSLVPF,SLINPF(MXSLPF),SLUTPF(MXSLPF)
     +             ,NGSIZE, MYSID, SMASK, SRIN, SROUT, SVMIO, STUSER
     +             ,STCPU, MASPID
      COMMON/HCPIA1/SLHOPF(MXSLPF), SLHBAD(MXSLPF), PIAFRC
*--- flag set by HGETNT if the current Ntuple is on Piaf server
      LOGICAL NTPIAF
*--- flag if Piaf server is connected
      LOGICAL CONNPF
*--- flag if this is a server (master or slave)
      LOGICAL SERVPF
*--- flag if this is the master server
      LOGICAL MASTPF
*--- flag if this is a slave server
      LOGICAL SLAVPF
*--- sockets between client and master server
      INTEGER CLINPF, CLUTPF
*--- log level of diagnostic output
      INTEGER LOGLPF
*--- number of active slaves and mask used by the select (PSELCT) function
      INTEGER NSLAVE, SMASK
*--- number of running slave servers and sockets between master and slaves
      INTEGER NSLVPF, SLINPF, SLUTPF
*--- hosts on which slaves are running
      CHARACTER*16 SLHOPF
*--- number hosts on which no slaves can be run
      INTEGER NSLBAD
*--- hosts on which no slaves can be run
      CHARACTER*16 SLHBAD
*--- current slave group view: group size and unique slave id
      INTEGER NGSIZE, MYSID
*--- pid of the master server (used by slave servers)
      INTEGER MASPID
*--- authentication record
      CHARACTER*64 PIAFRC
*--- IO and CPU usage of all slaves
      REAL SRIN, SROUT, SVMIO, STUSER, STCPU
*--- Work space
      COMMON/HCPIAC/CHSMPF,    CHLMPF
      CHARACTER     CHSMPF*80, CHLMPF*256
*

#endif