|
@@ -31,10 +31,6 @@ func set(fdSetPtr *syscall.FdSet, fd int) {
|
|
(*fdSetPtr).Bits[fd/64] |= 1 << uint64(fd%64)
|
|
(*fdSetPtr).Bits[fd/64] |= 1 << uint64(fd%64)
|
|
}
|
|
}
|
|
|
|
|
|
-func RuneToInt8(r rune) int8 {
|
|
|
|
- return int8(r)
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// go routine Reader for input
|
|
// go routine Reader for input
|
|
// This "times out" every ReaderTimeval
|
|
// This "times out" every ReaderTimeval
|
|
func Reader(d *Door) {
|
|
func Reader(d *Door) {
|