This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Question about dummy-db.h



Hi Uli,

I'm currently trying to enhance the nss_db support to use db 3.0.55 -
and double check your work.

I noticed that struct dbc27 contains:
  uint32_t lock[14];

and I don't seem to be able to count until 14 :-(.  The entry looks
wrong to me.
I would have written (as you did for dbc24):
  struct{
    uint32_t pgno;
    uint8_t fileid[20];
  } lock;

and this gives only 6 uint_32_t.  Did I miscount something?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]