Przeglądaj źródła

- extra comments for DB FIFO interface

Bogdan-Andrei Iancu 22 lat temu
rodzic
commit
cfe4eb4fd3
3 zmienionych plików z 9 dodań i 0 usunięć
  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)
  */