comparison src/X_supp.c @ 1001:b462b9e213e8 refine_backend_if

Fix typo for the name of _mb_IO_man
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +0800
parents c92aabb054e2
children aa0583e0a96b
comparison
equal deleted inserted replaced
1000:c92aabb054e2 1001:b462b9e213e8
186 }; 186 };
187 187
188 static int _x_supp_io_man_reg(struct _mb_IO_man *io_man, 188 static int _x_supp_io_man_reg(struct _mb_IO_man *io_man,
189 int fd, MB_IO_TYPE type, 189 int fd, MB_IO_TYPE type,
190 mb_IO_cb_t cb, void *data); 190 mb_IO_cb_t cb, void *data);
191 static void _x_supp_io_man_unreg(struct _mb_IO_Man *io_man, int io_hdl); 191 static void _x_supp_io_man_unreg(struct _mb_IO_man *io_man, int io_hdl);
192 static mb_IO_man_t *_x_supp_io_man_new(void); 192 static mb_IO_man_t *_x_supp_io_man_new(void);
193 static void _x_supp_io_man_free(mb_IO_man_t *io_man); 193 static void _x_supp_io_man_free(mb_IO_man_t *io_man);
194 194
195 static mb_IO_factory_t _X_supp_default_io_factory = { 195 static mb_IO_factory_t _X_supp_default_io_factory = {
196 _x_supp_io_man_new, 196 _x_supp_io_man_new,