~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/azio.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define WATCHPOINT_ERRNO(A) fprintf(stderr, "\nWATCHPOINT %s:%d (%s) %s\n", __FILE__, __LINE__,__func__, strerror(A));A= 0;fflush(stderr);
59
59
 
60
60
/*
61
 
  ulonglong + ulonglong + ulonglong + ulonglong + uchar
 
61
  uint64_t + uint64_t + uint64_t + uint64_t + uchar
62
62
*/
63
63
#define AZMETA_BUFFER_SIZE sizeof(uint64_t) \
64
64
  + sizeof(uint64_t) + sizeof(uint64_t) + sizeof(uint64_t) \