~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/aio_result.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#ifdef HAVE_AIOWAIT
25
25
#include <sys/asynch.h>      /* Used by record-cache */
 
26
 
 
27
namespace drizzled
 
28
{
 
29
namespace internal
 
30
{
 
31
 
26
32
typedef struct my_aio_result {
27
33
  aio_result_t result;
28
34
  int         pending;
29
35
} my_aio_result;
 
36
 
 
37
} /* namespace internal */
 
38
} /* namespace drizzled */
 
39
 
30
40
#endif
31
41
 
32
42
#endif /* DRIZZLED_INTERNAL_AIO_RESULT_H */