| 924 | } |
| 925 | |
| 926 | void NewTransactionTable::ttInit() |
| 927 | { |
| 928 | //if (! l3rewrite()) return; // Only one of TransactionTable::init or NewTransactionTable::ttInit |
| 929 | LOG(DEBUG); |
| 930 | // This assumes the main application uses sdevrandom. |
| 931 | //mIDCounter = random(); |
| 932 | mIDCounter = 100; // pat changed. 0 is reserved. Start it high enough so it cannot possibly be confused with an L3TI. |
| 933 | |
| 934 | } |
| 935 | |
| 936 | |
| 937 |