sig
class type dn_config =
object
method dn_blocksize : int
method dn_clustername : string
method dn_directory : string
method dn_io_processes : int
method dn_shm_queue_length : int
method dn_sync_period : float
end
val extract_dn_config : Netplex_types.config_file -> Dn_config.dn_config
end