infra: Clean up project setup
[jog] / tx-socket.h
index a461c59..b1b6f95 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tx-socket.h,v 1.2 2002/01/30 09:25:35 mdw Exp $
+ * $Id: tx-socket.h,v 1.3 2002/02/02 19:17:25 mdw Exp $
  *
  * Socket transport
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: tx-socket.h,v $
- * Revision 1.2  2002/01/30 09:25:35  mdw
- * Minor modifications for the transport configuration change.
- *
- * Revision 1.1  2002/01/25 19:34:45  mdw
- * Initial revision
- *
- */
-
 #ifndef TX_SOCKET_H
 #define TX_SOCKET_H
 
@@ -65,8 +54,7 @@ extern void txsock_destroy(txport */*txg*/);
 #ifdef TX_LIST
    static const struct txfile txsock_fv[] = {
      { "JOGSOCK", 0 },
-     { DIRVAR, "sim" },
-     { 0, "/var/lib/jog/sim" },
+     { 0, JOGSOCKET },
    };
 
    static txport_ops txsock_ops = {