struct fserver_trans
{
	struct list_head	trans_entry;

	void			*data;
	unsigned int		size;
};
