mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

Adds documentation, fixes a whitespace issues, fixes compiler warning on some Linux system, extends test.
11 lines
255 B
Text
11 lines
255 B
Text
inserting
|
|
change_function, a, 1, 5, TABLE_ELEMENT_NEW
|
|
set_change, hi, TABLE_ELEMENT_NEW
|
|
changing
|
|
change_function, a, 1, 6, TABLE_ELEMENT_CHANGED
|
|
deleting
|
|
change_function, a, 1, 7, TABLE_ELEMENT_REMOVED
|
|
set_change, hi, TABLE_ELEMENT_REMOVED
|
|
{
|
|
[a, 1] = 8
|
|
}
|