PERFORCE change 121037 for review

Andrew Turner andrew at FreeBSD.org
Wed Jun 6 06:43:26 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=121037

Change 121037 by andrew at 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>


More information about the p4-projects mailing list