make heart beat interval for threading configureable from scripting layer

This commit is contained in:
Bernhard Amann 2012-03-29 09:03:33 -07:00
parent 4558195dab
commit 6a60f484f9
4 changed files with 15 additions and 2 deletions

View file

@ -12,3 +12,4 @@ const NFS3::return_data: bool;
const NFS3::return_data_max: count;
const NFS3::return_data_first_only: bool;
const Threading::heart_beat_interval: double;