renamed pts to pty to avoid name collision

This commit is contained in:
2025-08-08 19:24:52 +09:00
parent 3fd91b2c45
commit d0f1663bf3
15 changed files with 470 additions and 298 deletions

View File

@ -15,7 +15,7 @@ SRCS=\
client-ctl.go \
client-metrics.go \
client-peer.go \
client-pts.go \
client-pty.go \
hodu.go \
hodu.pb.go \
hodu_grpc.pb.go \
@ -25,7 +25,7 @@ SRCS=\
server-ctl.go \
server-metrics.go \
server-peer.go \
server-pts.go \
server-pty.go \
server-pxy.go \
system.go \
transform.go \