view src/impl/inode_impl.h @ 309:c6cbe4711e02

tweak
author menikon
date Mon, 03 Feb 2020 15:29:54 +0900
parents a7fc5edea925
children
line wrap: on
line source

typedef struct inode_impl<Impl, Isa> impl file {

struct inode* ip;
struct stat* st;
int ret;

__code cbc_statinode(struct inode* ip, struct stat* st, __code next(int ret, ...));

//__code next(...);

} inode_impl;