chiark
/
gitweb
/
~mdw
/
jog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6fbcd07
)
Use configurable path.
author
mdw
<mdw>
Sat, 2 Feb 2002 19:17:25 +0000
(19:17 +0000)
committer
mdw
<mdw>
Sat, 2 Feb 2002 19:17:25 +0000
(19:17 +0000)
tx-socket.h
patch
|
blob
|
blame
|
history
diff --git
a/tx-socket.h
b/tx-socket.h
index a461c59ad1340a8decc7029c9f3211dadf40de33..17e5c5a26f05fb24135981a81e254c94c9db377b 100644
(file)
--- a/
tx-socket.h
+++ b/
tx-socket.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: tx-socket.h,v 1.
2 2002/01/30 09:25:3
5 mdw Exp $
+ * $Id: tx-socket.h,v 1.
3 2002/02/02 19:17:2
5 mdw Exp $
*
* Socket transport
*
*
* Socket transport
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tx-socket.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: tx-socket.h,v $
+ * Revision 1.3 2002/02/02 19:17:25 mdw
+ * Use configurable path.
+ *
* Revision 1.2 2002/01/30 09:25:35 mdw
* Minor modifications for the transport configuration change.
*
* Revision 1.2 2002/01/30 09:25:35 mdw
* Minor modifications for the transport configuration change.
*
@@
-65,8
+68,7
@@
extern void txsock_destroy(txport */*txg*/);
#ifdef TX_LIST
static const struct txfile txsock_fv[] = {
{ "JOGSOCK", 0 },
#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 = {
};
static txport_ops txsock_ops = {