Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2009 16:30:36 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163097 for review
Message-ID:  <200905301630.n4UGUadi069006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163097

Change 163097 by zec@zec_tpx32 on 2009/05/30 16:30:07

	Remove an unused field in struct vi_req.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/sys/vimage.h#66 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/sys/vimage.h#66 (text+ko) ====

@@ -41,7 +41,6 @@
 	int	vi_api_cookie;		/* Catch API mismatch. */
 	int	vi_req_action;		/* What to do with this reqest? */
 	u_short vi_proc_count;		/* Current number of processes. */
-	u_short vi_child_count;		/* Current number of child vimages. */
 	int	vi_if_count;		/* Current number network interfaces. */
 	int	vi_sock_count;
 	char	vi_name[MAXPATHLEN];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905301630.n4UGUadi069006>