diff options
Diffstat (limited to 'nexgb/xgb.go')
-rw-r--r-- | nexgb/xgb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/xgb.go b/nexgb/xgb.go index f49d19b..3d2c61f 100644 --- a/nexgb/xgb.go +++ b/nexgb/xgb.go @@ -61,7 +61,7 @@ type Conn struct { seqChan chan uint16 reqChan chan *request closing chan chan struct{} - + // ExtLock is a lock used whenever new extensions are initialized. // It should not be used. It is exported for use in the extension // sub-packages. |