Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 08:26:54 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164247 for review
Message-ID:  <200906130826.n5D8Qs4J061120@repoman.freebsd.org>

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

Change 164247 by zhaoshuai@zhaoshuai on 2009/06/13 08:26:04

	add comments on bidirection tests

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection1.c#2 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection2.c#2 edit

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection1.c#2 (text+ko) ====

@@ -1,3 +1,7 @@
+/*
+ * two processes both open fifo as O_RDWR and both perform read and write
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

==== //depot/projects/soc2009/fifo/fifo_test/functionality/bidirection2.c#2 (text+ko) ====

@@ -1,3 +1,7 @@
+/*
+ * two processes both open fifo as O_RDWR and both perform read and write
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



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