From owner-p4-projects@FreeBSD.ORG Wed Jun 6 06:43:26 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3E22316A469; Wed, 6 Jun 2007 06:43:26 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BA0016A400 for ; Wed, 6 Jun 2007 06:43:26 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F24C813C48A for ; Wed, 6 Jun 2007 06:43:25 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l566hPvp081467 for ; Wed, 6 Jun 2007 06:43:25 GMT (envelope-from andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l566hPxh081457 for perforce@freebsd.org; Wed, 6 Jun 2007 06:43:25 GMT (envelope-from andrew@freebsd.org) Date: Wed, 6 Jun 2007 06:43:25 GMT Message-Id: <200706060643.l566hPxh081457@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andrew@freebsd.org using -f From: Andrew Turner To: Perforce Change Reviews Cc: Subject: PERFORCE change 121037 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 06:43:26 -0000 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