/* %W% (UKC) %G% */

/* Definitions required by distributed mandelbrot system */

struct start_block {
	double start_real;	/* position of most negative end of stripe */
	double side;		/* distance covered by stripe */
	unsigned short npixel; 	/* number of pixels to a side */
	unsigned short maxiter;
};
