Added a global variable `entry_balance' which contains the balance of
the last attempted entry finalization.
This commit is contained in:
parent
945d315eba
commit
2d95c0e2a5
1 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ class entry_base_t
|
|||
virtual bool valid() const = 0;
|
||||
};
|
||||
|
||||
extern value_t entry_balance;
|
||||
|
||||
class entry_t : public entry_base_t
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue