Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(330)

Issue 11737043: code review 11737043: log/syslog: restore use of serverConn interface (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by iant
Modified:
11 years, 8 months ago
Reviewers:
bradfitz
CC:
golang-dev, bradfitz, rsc
Visibility:
Public.

Description

log/syslog: restore use of serverConn interface Revision 15629 (8d71734a0cb0) removed the serverConn interface that was introduce in revision 7718 (ee5e80c62862). The serverConn interface was there for use by gccgo on Solaris, and it is still needed there. Solaris does not support connecting to the syslog daemon over TCP, and gccgo simply calls the C library function. This CL restores the interface.

Patch Set 1 #

Patch Set 2 : diff -r fad8f3d28e19 https://code.google.com/p/go #

Patch Set 3 : diff -r 70477805c5f3 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -9 lines) Patch
M src/pkg/log/syslog/syslog.go View 1 6 chunks +31 lines, -7 lines 0 comments Download
M src/pkg/log/syslog/syslog_unix.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6
iant
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 8 months ago (2013-07-23 21:18:41 UTC) #1
bradfitz
LGTM On Jul 23, 2013 2:18 PM, <iant@golang.org> wrote: > Reviewers: golang-dev1, > > Message: ...
11 years, 8 months ago (2013-07-23 21:22:28 UTC) #2
rsc
Please add a comment on serverConn explaining why it must be kept.
11 years, 8 months ago (2013-07-23 21:24:21 UTC) #3
iant
On Tue, Jul 23, 2013 at 2:24 PM, Russ Cox <rsc@golang.org> wrote: > Please add ...
11 years, 8 months ago (2013-07-23 21:28:08 UTC) #4
iant
On Tue, Jul 23, 2013 at 2:24 PM, Russ Cox <rsc@golang.org> wrote: > Please add ...
11 years, 8 months ago (2013-07-23 21:29:12 UTC) #5
iant
11 years, 8 months ago (2013-07-24 17:29:01 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=afb591d143cd ***

log/syslog: restore use of serverConn interface

Revision 15629 (8d71734a0cb0) removed the serverConn interface
that was introduce in revision 7718 (ee5e80c62862).  The
serverConn interface was there for use by gccgo on Solaris,
and it is still needed there.  Solaris does not support
connecting to the syslog daemon over TCP, and gccgo simply
calls the C library function.  This CL restores the
interface.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://codereview.appspot.com/11737043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b