Date: Wed, 6 Jun 2007 06:43:25 GMT From: Andrew Turner <andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 121037 for review Message-ID: <200706060643.l566hPxh081457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121037 Change 121037 by andrew@andrew_hermies on 2007/06/06 06:43:25 Add a library to handle communications between the back and frontend. It only allows communications on a unix socket currently but this could be extended. The protocol will be based on an XML stream each for the back and front ends. the XML processing will be done with libbsdxml on the back-end. Affected files ... .. //depot/projects/soc2007/andrew-update/Makefile#2 edit .. //depot/projects/soc2007/andrew-update/lib/Makefile#1 add .. //depot/projects/soc2007/andrew-update/lib/facund_connection.c#1 add .. //depot/projects/soc2007/andrew-update/lib/facund_connection.h#1 add .. //depot/projects/soc2007/andrew-update/lib/facund_private.h#1 add .. //depot/projects/soc2007/andrew-update/lib/facund_server.c#1 add Differences ... ==== //depot/projects/soc2007/andrew-update/Makefile#2 (text+ko) ==== @@ -1,3 +1,3 @@ -SUBDIR= backend +SUBDIR= lib backend .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706060643.l566hPxh081457>