concepts/
efun/
SYNOPSIS
	void inaugurate_master(void)

DESCRIPTION
	This function is called in the master object after it has been
	created and is fully functional. Note that the create()
	function is of little use in the master object, because at the
	time it is called there is no simul_efun object yet, and the
	interpreter does not know anything about the user-ids and
	access permissions.

	When the master object is destructed and a new one loaded,
	this function is applied to the new one as well.

	Also, this function is also applied, after
	reactivate_destructed_master(), when a destructed master
	object is re-used because no new master object could be loaded.

SEE ALSO
	create(A), simul_efun(C), get_bb_id(M), get_root_id(M),
	flag(M), reactivate_destructed_master(M)