浏览代码

- extra comments for DB FIFO interface

Bogdan-Andrei Iancu 22 年之前
父节点
当前提交
cfe4eb4fd3
共有 3 个文件被更改,包括 9 次插入0 次删除
  1. 4 0
      db/db_fifo.c
  2. 4 0
      db/db_fifo.h
  3. 1 0
      fifo_server.c

+ 4 - 0
db/db_fifo.c

@@ -23,6 +23,10 @@
  * You should have received a copy of the GNU General Public License 
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 
+ * History:
+ * --------
+ *  2003-10-21  file created (bogdan)
  */
 
 

+ 4 - 0
db/db_fifo.h

@@ -23,6 +23,10 @@
  * You should have received a copy of the GNU General Public License 
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 
+ * History:
+ * --------
+ *  2003-10-21  file created (bogdan)
  */
 
 

+ 1 - 0
fifo_server.c

@@ -59,6 +59,7 @@
  *  2003-10-07  fifo security fixes: permissions, always delete old fifo,
  *               reply fifo checks -- added fifo_check (andrei)
  *  2003-10-13  addef fifo_dir for reply fifos (andrei)
+ *  2003-10-30  DB interface exported via FIFO (bogdan)
  */