Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/port/mero/dat.m

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Dat: module {
	# Qid types for panels
	# Qids are panelid(16bits) replid(8bits) type(8bits)
	Qdir,		# directory for panel
	Qdata,	# data file
	Qctl,		# attributes and ctl ops
	Qimage,	# scaled down image
	Qmax: con iota;

	mnt:		string;
	debug:	int;
	appl:		big;
	slash:	big;
	user:		string;

	srv:		ref Styxserver;
	evc:		chan of (int, string, string);	# pid, path, ev
	sys:	Sys;
	err:	Error;
	str:	String;
	names: Names;
	panels: Panels;
	styx: Styx;
	styxs: Styxservers;
	daytime: Daytime;
};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.