00001 00003 #ifdef HAVE_UNISTD_H 00004 #include <unistd.h> 00005 #endif 00006 00023 struct s_mysqlfs_plugin { 00024 char *(*identity)(void); 00025 int (*status)(void); 00026 char *(*statusmsg)(void); 00027 void (*setblocksize)(unsigned); 00029 int (*read) (unsigned char*, size_t, off_t); 00030 int (*write) (unsigned char*, size_t, off_t); 00031 }; 00032 typedef struct s_mysqlfs_plugin mysqlfs_plugin; 00033
1.4.7