12 lines
363 B
Tcl
12 lines
363 B
Tcl
# Author Ferdi Franceschini
|
|
namespace eval histogram_memory {
|
|
# Define HP_HMM to make nxscripts_common_1.tcl::nexus::process_filetype_policy happy when setting filetype=BEAM_MONITOR
|
|
set HP_HMM ""
|
|
|
|
# Define isc_initialize to give server_config.tcl:server_init something to call
|
|
proc isc_initialize {} {
|
|
}
|
|
proc set_sobj_attributes {} {
|
|
}
|
|
}
|