> 17.04.2012 14:53, Claudio Valderrama C. wrote:
> 
>> Ok, I would like to create a type. If
>> typedef ULONG TxnType;
>> is too awkward, suggest something better.
> 
> TxnId or txn_id_t or something like that.

    Look, currently we have

SLONG tra_number; // transaction number

compare it with

TxnType    tra_number;
or

TxnId    tra_number;
or

TraNumber tra_number;


Regards,
Vlad

PS I hope we will not going to rename tra_number  ?

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to