ossp-pkg/act/act_grid.h 1.4 -> 1.5
--- act_grid.h 2002/01/18 17:31:39 1.4
+++ act_grid.h 2002/01/19 13:18:01 1.5
@@ -34,8 +34,9 @@
extern act_rc_t act_grid_create (act_grid_t **grid, act_ctx_t *ctx, size_t tile_size, int tile_num);
extern act_rc_t act_grid_alloc (act_grid_t *grid, void **tile);
-extern act_rc_t act_grid_free (act_grid_t *grid, void *tile);
extern act_rc_t act_grid_inside (act_grid_t *grid, void *tile);
+extern act_rc_t act_grid_free (act_grid_t *grid, void *tile);
+extern act_rc_t act_grid_stat (act_grid_t *grid, int *chunks, int *bytes_mgmt, int *bytes_used, int *bytes_free, int *tiles_used, int *tiles_free);
extern act_rc_t act_grid_destroy(act_grid_t *grid);
#endif /* __ACT_GRID_H__ */
|
|