~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:45:08 UTC
  • Revision ID: brian@tangent.org-20080713224508-hb20z4okblotb39a
longlong replacement

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* We currently allow this on all platforms */
40
40
#define AZIO_AIO
41
41
 
42
 
#include <drizzled/global.h>
43
 
#include <drizzled/common.h>
44
 
#include <mysys/my_sys.h>
45
 
 
46
42
#include <zlib.h>
 
43
#include "my_global.h"
 
44
#include "my_sys.h"
 
45
 
 
46
#include <my_dir.h>
47
47
 
48
48
#ifdef  __cplusplus
49
49
extern "C" {
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
 
  uint64_t + uint64_t + uint64_t + uint64_t + unsigned char
 
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) \
298
298
   can be checked to distinguish the two cases (if errno is zero, the
299
299
   zlib error is Z_MEM_ERROR).  */
300
300
 
301
 
int azdopen(azio_stream *s,File fd, int Flags);
 
301
int azdopen(azio_stream *s,File fd, int Flags); 
302
302
/*
303
303
     azdopen() associates a azio_stream with the file descriptor fd.  File
304
304
   descriptors are obtained from calls like open, dup, creat, pipe or