http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9276ae33/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/reactor.a
----------------------------------------------------------------------
diff --git 
a/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/reactor.a 
b/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/reactor.a
new file mode 100644
index 0000000..866a862
--- /dev/null
+++ b/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/reactor.a
@@ -0,0 +1,3319 @@
+!<arch>
+__.PKGDEF       0           0     0     644     33136     `
+go object linux amd64 go1.4.2 X:precisestack
+
+$$
+package reactor
+       import net "net"
+       import sync "sync"
+       import runtime "runtime"
+       import time "time"
+       import io "io"
+       import cgo "runtime/cgo"
+       import amqp "qpid.apache.org/proton/go/amqp"
+       import os "os"
+       import syscall "syscall"
+       import fmt "fmt"
+       import internal "qpid.apache.org/proton/go/internal"
+       import reflect "reflect"
+       import path "path"
+       import unsafe "unsafe"
+       type @""._Ctype_struct_pn_event_t struct {}
+       type @"".EventType int
+       func (@"".e·2 @"".EventType) String () (? string)
+       type @""._Ctype_struct_pn_connection_t struct {}
+       type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
+       func (@"sync".m·1 *@"sync".Mutex) Lock ()
+       func (@"sync".m·1 *@"sync".Mutex) Unlock ()
+       type @"qpid.apache.org/proton/go/internal".FirstError struct { 
@"qpid.apache.org/proton/go/internal".err error; 
@"qpid.apache.org/proton/go/internal".lock @"sync".Mutex }
+       func (@"qpid.apache.org/proton/go/internal".e·2 
*@"qpid.apache.org/proton/go/internal".FirstError) Get () (? error)
+       func (@"qpid.apache.org/proton/go/internal".e·2 
*@"qpid.apache.org/proton/go/internal".FirstError) Set 
(@"qpid.apache.org/proton/go/internal".err·3 error) (? error)
+       type @"net".Addr interface { Network() (? string); String() (? string) }
+       type @"time".zone struct { @"time".name string; @"time".offset int; 
@"time".isDST bool }
+       type @"time".zoneTrans struct { @"time".when int64; @"time".index 
uint8; @"time".isstd bool; @"time".isutc bool }
+       type @"time".Location struct { @"time".name string; @"time".zone 
[]@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; 
@"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
+       func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string)
+       func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed 
() (? bool)
+       func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? 
*@"time".Location)
+       func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup 
(@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, 
@"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
+       func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone 
() (? int)
+       func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName 
(@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 
int, @"time".isDST·2 bool, @"time".ok·3 bool)
+       type @"time".Duration int64
+       func (@"time".d·2 @"time".Duration) Hours () (? float64) { var 
@"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / 
@"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return 
float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
+       func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var 
@"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / 
@"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return 
float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
+       func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return 
int64(@"time".d·2) }
+       func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var 
@"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / 
@"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return 
float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
+       func (@"time".d·2 @"time".Duration) String () (? string)
+       type @"time".Month int
+       func (@"time".m·2 @"time".Month) String () (? string) { return 
@"time".months[@"time".m·2 - @"time".Month(0x1)] }
+       type @"time".Weekday int
+       func (@"time".d·2 @"time".Weekday) String () (? string) { return 
@"time".days[@"time".d·2] }
+       type @"time".Time struct { @"time".sec int64; @"time".nsec int32; 
@"time".loc *@"time".Location }
+       func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 
int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > 
@"time".u·3.@"time".sec || @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > 
@"time".u·3.@"time".nsec }
+       func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < 
@"time".u·3.@"time".sec || @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < 
@"time".u·3.@"time".nsec }
+       func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 
int, @"time".min·2 int, @"time".sec·3 int)
+       func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 
int, @"time".month·2 @"time".Month, @"time".day·3 int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == 
@"time".u·3.@"time".nsec }
+       func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 
string "esc:0x0") (? string)
+       func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 
[]byte "esc:0x0") (? error)
+       func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? 
error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
+       func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 
int, @"time".week·2 int)
+       func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 
*@"time".Location "esc:0x2") (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return 
@"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
+       func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { 
@"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
+       func (@"time".t·2 @"time".Time "esc:0x2") Location () (? 
*@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = 
@"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC 
}; return @"time".l·3 }
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, 
? error)
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? 
error)
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? 
error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
+       func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { 
return int(@"time".t·2.@"time".nsec) }
+       func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
+       func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 
@"time".Time "esc:0x0") (? @"time".Duration)
+       func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { 
@"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
+       func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return 
@"time".t·2.@"time".sec + -0xE7791F700 }
+       func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { 
return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + 
int64(@"time".t·2.@"time".nsec) }
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary 
(@"time".data·3 []byte "esc:0x0") (? error)
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON 
(@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText 
(@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? 
@"time".Weekday)
+       func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
+       func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 
string, @"time".offset·2 int)
+       func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
+       func (@"time".t·5 @"time".Time "esc:0x0") @"time".date 
(@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, 
@"time".day·3 int, @"time".yday·4 int)
+       func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () 
(@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
+       type @"net".Conn interface { Close() (? error); LocalAddr() (? 
@"net".Addr); Read(@"net".b []byte) (@"net".n int, @"net".err error); 
RemoteAddr() (? @"net".Addr); SetDeadline(@"net".t @"time".Time) (? error); 
SetReadDeadline(@"net".t @"time".Time) (? error); SetWriteDeadline(@"net".t 
@"time".Time) (? error); Write(@"net".b []byte) (@"net".n int, @"net".err 
error) }
+       type @""._Ctype_struct_pn_transport_t struct {}
+       type @""._Ctype_struct_pn_collector_t struct {}
+       type @"".bufferChan struct { @"".buffers chan []byte; @"".buf1 []byte; 
@"".buf2 []byte }
+       func (@"".b·2 *@"".bufferChan) @"".buffer () (? []byte) { 
@"".b·2.@"".buf1, @"".b·2.@"".buf2 = @"".b·2.@"".buf2, @"".b·2.@"".buf1; 
return @"".b·2.@"".buf1[:cap(@"".b·2.@"".buf1)] }
+       type @"sync".Once struct { @"sync".m @"sync".Mutex; @"sync".done uint32 
}
+       func (@"sync".o·1 *@"sync".Once) Do (@"sync".f·2 func() "esc:0x0")
+       type @"".Pump struct { @"".err 
@"qpid.apache.org/proton/go/internal".FirstError; @"".inject chan func(); 
@"".conn @"net".Conn; @"".connection @"".Connection; @"".transport 
*@""._Ctype_struct_pn_transport_t; @"".collector 
*@""._Ctype_struct_pn_collector_t; @"".read *@"".bufferChan; @"".write 
*@"".bufferChan; @"".handlers []@"".EventHandler; @"".running chan struct {}; 
@"".closeOnce @"sync".Once }
+       func (@"".p·1 *@"".Pump) Close (@"".err·2 error)
+       func (@"".p·2 *@"".Pump "esc:0x1") Connection () (? @"".Connection) { 
return @"".p·2.@"".connection }
+       func (@"".p·2 *@"".Pump) Error () (? error)
+       func (@"".p·2 *@"".Pump) Id () (? string)
+       func (@"".p·2 *@"".Pump) Inject (@"".f·3 func()) (? error)
+       func (@"".p·2 *@"".Pump) InjectWait (@"".f·3 func()) (@"".err·1 
error)
+       func (@"".p·1 *@"".Pump) Run ()
+       func (@"".p·1 *@"".Pump "esc:0x0") Server ()
+       func (@"".p·2 *@"".Pump) String () (? string)
+       func (@"".p·2 *@"".Pump "esc:0x0") @"".handle (@"".e·3 @"".Event) (? 
error)
+       func (@"".p·1 *@"".Pump "esc:0x0") @"".pop (@"".buf·2 *[]byte)
+       func (@"".p·2 *@"".Pump "esc:0x0") @"".process () (? error)
+       func (@"".p·1 *@"".Pump "esc:0x0") @"".push (@"".buf·2 []byte 
"esc:0x0")
+       type @""._Ctype_struct_pn_link_t struct {}
+       type @""._Ctype_struct_pn_delivery_t struct {}
+       type @"qpid.apache.org/proton/go/amqp".Message interface { Address() (? 
string); Annotations() (? *map[string]interface {}); Body() (? interface {}); 
ContentEncoding() (? string); ContentType() (? string); CorrelationId() (? 
interface {}); CreationTime() (? @"time".Time); DeliveryCount() (? uint32); 
Durable() (? bool); Encode(@"qpid.apache.org/proton/go/amqp".buffer []byte) (? 
[]byte, ? error); ExpiryTime() (? @"time".Time); FirstAcquirer() (? bool); 
GroupId() (? string); GroupSequence() (? int32); Inferred() (? bool); 
Instructions() (? *map[string]interface {}); MessageId() (? interface {}); 
Priority() (? uint8); Properties() (? *map[string]interface {}); ReplyTo() (? 
string); ReplyToGroupId() (? string); SetAddress(? string); SetBody(? interface 
{}); SetContentEncoding(? string); SetContentType(? string); SetCorrelationId(? 
interface {}); SetCreationTime(? @"time".Time); SetDeliveryCount(? uint32); 
SetDurable(? bool); SetExpiryTime(? @"time".Time); SetFirstAcquirer(? bool); 
SetGr
 oupId(? string); SetGroupSequence(? int32); SetInferred(? bool); 
SetMessageId(? interface {}); SetPriority(? uint8); SetReplyTo(? string); 
SetReplyToGroupId(? string); SetSubject(? string); SetTTL(? @"time".Duration); 
SetUserId(? string); Subject() (? string); TTL() (? @"time".Duration); UserId() 
(? string) }
+       type @""._Ctype_size_t uint64
+       type @""._Ctype_char int8
+       type @""._Ctype_struct___0 struct { @"".size @""._Ctype_size_t; 
@"".start *@""._Ctype_char }
+       type @"".DeliveryTag struct { @"".pn @""._Ctype_struct___0 }
+       func (@"".t·2 @"".DeliveryTag) String () (? string)
+       type @""._Ctype_struct_pn_disposition_t struct {}
+       type @""._Ctype_struct_pn_condition_t struct {}
+       type @""._Ctype_struct_pn_data_t struct {}
+       type @"".Data struct { @"".pn *@""._Ctype_struct_pn_data_t }
+       func (@"".d·1 @"".Data "esc:0x0") Clear ()
+       func (@"".d·2 @"".Data "esc:0x0") Error () (? error)
+       func (@"".d·1 @"".Data "esc:0x0") Free ()
+       func (@"".d·2 @"".Data "esc:0x2") Pointer () (? @"unsafe".Pointer) { 
return @"unsafe".Pointer(@"".d·2.@"".pn) }
+       func (@"".d·1 @"".Data "esc:0x0") Rewind ()
+       type @"".Condition struct { @"".pn *@""._Ctype_struct_pn_condition_t }
+       func (@"".c·1 @"".Condition "esc:0x0") Clear ()
+       func (@"".c·2 @"".Condition "esc:0x0") Description () (? string)
+       func (@"".c·2 @"".Condition "esc:0x0") Error () (? error)
+       func (@"".c·2 @"".Condition "esc:0x0") Info () (? @"".Data)
+       func (@"".c·2 @"".Condition "esc:0x0") IsNil () (? bool) { return 
@"".c·2.@"".pn == nil }
+       func (@"".c·2 @"".Condition "esc:0x0") IsRedirect () (? bool)
+       func (@"".c·2 @"".Condition "esc:0x0") IsSet () (? bool)
+       func (@"".c·2 @"".Condition "esc:0x0") Name () (? string)
+       func (@"".c·2 @"".Condition "esc:0x0") RedirectHost () (? string)
+       func (@"".c·2 @"".Condition "esc:0x0") RedirectPort () (? int)
+       func (@"".c·2 @"".Condition "esc:0x0") SetDescription 
(@"".description·3 string "esc:0x0") (? int)
+       func (@"".c·1 @"".Condition "esc:0x0") SetError (@"".err·2 error)
+       func (@"".c·2 @"".Condition "esc:0x0") SetName (@"".name·3 string 
"esc:0x0") (? int)
+       type @"".Disposition struct { @"".pn 
*@""._Ctype_struct_pn_disposition_t }
+       func (@"".d·2 @"".Disposition "esc:0x0") Annotations () (? @"".Data)
+       func (@"".d·2 @"".Disposition "esc:0x0") Condition () (? @"".Condition)
+       func (@"".d·2 @"".Disposition "esc:0x0") Data () (? @"".Data)
+       func (@"".d·2 @"".Disposition "esc:0x0") IsFailed () (? bool)
+       func (@"".d·2 @"".Disposition "esc:0x0") IsNil () (? bool) { return 
@"".d·2.@"".pn == nil }
+       func (@"".d·2 @"".Disposition "esc:0x0") IsUndeliverable () (? bool)
+       func (@"".d·2 @"".Disposition "esc:0x0") SectionNumber () (? uint16)
+       func (@"".d·2 @"".Disposition "esc:0x0") SectionOffset () (? uint64)
+       func (@"".d·1 @"".Disposition "esc:0x0") SetFailed (@"".failed·2 bool)
+       func (@"".d·1 @"".Disposition "esc:0x0") SetSectionNumber 
(@"".section_number·2 uint16)
+       func (@"".d·1 @"".Disposition "esc:0x0") SetSectionOffset 
(@"".section_offset·2 uint64)
+       func (@"".d·1 @"".Disposition "esc:0x0") SetUndeliverable 
(@"".undeliverable·2 bool)
+       func (@"".d·2 @"".Disposition "esc:0x0") Type () (? uint64)
+       type @"".Delivery struct { @"".pn *@""._Ctype_struct_pn_delivery_t }
+       func (@"".d·1 @"".Delivery "esc:0x0") Accept ()
+       func (@"".d·2 @"".Delivery "esc:0x0") Buffered () (? bool)
+       func (@"".d·1 @"".Delivery "esc:0x0") Clear ()
+       func (@"".d·2 @"".Delivery "esc:0x0") Current () (? bool)
+       func (@"".d·1 @"".Delivery "esc:0x0") Dump ()
+       func (@"".d·2 @"".Delivery "esc:0x0") HasMessage () (? bool)
+       func (@"".d·2 @"".Delivery "esc:0x0") IsNil () (? bool) { return 
@"".d·2.@"".pn == nil }
+       func (@"".d·2 @"".Delivery "esc:0x0") Link () (? @"".Link)
+       func (@"".d·2 @"".Delivery "esc:0x0") Local () (? @"".Disposition)
+       func (@"".d·2 @"".Delivery "esc:0x0") LocalState () (? uint64)
+       func (@"".delivery·3 @"".Delivery "esc:0x0") Message () (@"".m·1 
@"qpid.apache.org/proton/go/amqp".Message, @"".err·2 error)
+       func (@"".d·2 @"".Delivery "esc:0x0") Partial () (? bool)
+       func (@"".d·2 @"".Delivery "esc:0x0") Pending () (? uint)
+       func (@"".d·2 @"".Delivery "esc:0x0") Readable () (? bool)
+       func (@"".d·1 @"".Delivery "esc:0x0") Reject ()
+       func (@"".d·1 @"".Delivery "esc:0x0") Release (@"".delivered·2 bool)
+       func (@"".d·2 @"".Delivery "esc:0x0") Remote () (? @"".Disposition)
+       func (@"".d·2 @"".Delivery "esc:0x0") RemoteState () (? uint64)
+       func (@"".d·1 @"".Delivery "esc:0x0") Settle ()
+       func (@"".d·1 @"".Delivery "esc:0x0") SettleAs (@"".disposition·2 
uint64)
+       func (@"".d·2 @"".Delivery "esc:0x0") Settled () (? bool)
+       func (@"".d·2 @"".Delivery "esc:0x0") Tag () (? @"".DeliveryTag)
+       func (@"".d·1 @"".Delivery "esc:0x0") Update (@"".state·2 uint64)
+       func (@"".d·2 @"".Delivery "esc:0x0") Updated () (? bool)
+       func (@"".d·2 @"".Delivery "esc:0x0") Writable () (? bool)
+       type @"".State uint8
+       func (@"".s·2 @"".State) Is (@"".bits·3 @"".State) (? bool) { return 
@"".s·2 & @"".bits·3 != @"".State(0x0) }
+       func (@"".s·2 @"".State) Local () (? @"".State) { return 
@"".State(@"".s·2 & @"".State(0x7)) }
+       func (@"".s·2 @"".State) Remote () (? @"".State) { return 
@"".State(@"".s·2 & @"".State(0x38)) }
+       type @""._Ctype_struct_pn_session_t struct {}
+       type @"".Session struct { @"".pn *@""._Ctype_struct_pn_session_t }
+       func (@"".s·1 @"".Session "esc:0x0") Close ()
+       func (@"".s·2 @"".Session "esc:0x0") Condition () (? @"".Condition)
+       func (@"".s·2 @"".Session "esc:0x0") Connection () (? @"".Connection)
+       func (@"".s·2 @"".Session "esc:0x0") Error () (? error)
+       func (@"".s·1 @"".Session "esc:0x0") Free ()
+       func (@"".s·2 @"".Session "esc:0x0") IncomingBytes () (? uint)
+       func (@"".s·2 @"".Session "esc:0x0") IncomingCapacity () (? uint)
+       func (@"".s·2 @"".Session "esc:0x0") IsNil () (? bool) { return 
@"".s·2.@"".pn == nil }
+       func (@"".s·2 @"".Session "esc:0x0") Next (@"".state·3 @"".State) (? 
@"".Session)
+       func (@"".s·1 @"".Session "esc:0x0") Open ()
+       func (@"".s·2 @"".Session "esc:0x0") OutgoingBytes () (? uint)
+       func (@"".s·2 @"".Session "esc:0x0") OutgoingWindow () (? uint)
+       func (@"".s·2 @"".Session "esc:0x0") Receiver (@"".name·3 string 
"esc:0x0") (? @"".Link)
+       func (@"".s·2 @"".Session "esc:0x0") RemoteCondition () (? 
@"".Condition)
+       func (@"".s·2 @"".Session "esc:0x0") Sender (@"".name·3 string 
"esc:0x0") (? @"".Link)
+       func (@"".s·1 @"".Session "esc:0x0") SetIncomingCapacity 
(@"".capacity·2 uint)
+       func (@"".s·1 @"".Session "esc:0x0") SetOutgoingWindow (@"".window·2 
uint)
+       func (@"".s·2 @"".Session "esc:0x0") State () (? @"".State)
+       func (@"".s·2 @"".Session) String () (? string)
+       type @""._Ctype_struct_pn_terminus_t struct {}
+       type @"".TerminusType uint32
+       func (@"".e·2 @"".TerminusType) String () (? string)
+       type @"".DistributionMode uint32
+       func (@"".e·2 @"".DistributionMode) String () (? string)
+       type @"".Durability uint32
+       func (@"".e·2 @"".Durability) String () (? string)
+       type @"".ExpiryPolicy uint32
+       func (@"".e·2 @"".ExpiryPolicy) String () (? string)
+       type @"".Terminus struct { @"".pn *@""._Ctype_struct_pn_terminus_t }
+       func (@"".t·2 @"".Terminus "esc:0x0") Address () (? string)
+       func (@"".t·2 @"".Terminus "esc:0x0") Capabilities () (? @"".Data)
+       func (@"".t·2 @"".Terminus "esc:0x0") Copy (@"".src·3 @"".Terminus 
"esc:0x0") (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") Durability () (? @"".Durability)
+       func (@"".t·2 @"".Terminus "esc:0x0") ExpiryPolicy () (? 
@"".ExpiryPolicy)
+       func (@"".t·2 @"".Terminus "esc:0x0") Filter () (? @"".Data)
+       func (@"".t·2 @"".Terminus "esc:0x0") IsDynamic () (? bool)
+       func (@"".t·2 @"".Terminus "esc:0x0") IsNil () (? bool) { return 
@"".t·2.@"".pn == nil }
+       func (@"".t·2 @"".Terminus "esc:0x0") Outcomes () (? @"".Data)
+       func (@"".t·2 @"".Terminus "esc:0x0") Properties () (? @"".Data)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetAddress (@"".address·3 
string "esc:0x0") (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetDistributionMode (@"".mode·3 
@"".DistributionMode) (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetDurability (@"".durability·3 
@"".Durability) (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetDynamic (@"".dynamic·3 bool) 
(? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetExpiryPolicy (@"".policy·3 
@"".ExpiryPolicy) (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetTimeout (@"".timeout·3 
@"time".Duration) (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") SetType (@"".type_·3 
@"".TerminusType) (? int)
+       func (@"".t·2 @"".Terminus "esc:0x0") Timeout () (? @"time".Duration)
+       func (@"".t·2 @"".Terminus "esc:0x0") Type () (? @"".TerminusType)
+       type @"".SndSettleMode uint32
+       func (@"".e·2 @"".SndSettleMode) String () (? string)
+       type @"".RcvSettleMode uint32
+       func (@"".e·2 @"".RcvSettleMode) String () (? string)
+       type @"".Link struct { @"".pn *@""._Ctype_struct_pn_link_t }
+       func (@"".l·2 @"".Link "esc:0x0") Advance () (? bool)
+       func (@"".l·2 @"".Link "esc:0x0") Available () (? int)
+       func (@"".l·1 @"".Link "esc:0x0") Close ()
+       func (@"".l·2 @"".Link "esc:0x0") Condition () (? @"".Condition)
+       func (@"".l·2 @"".Link "esc:0x0") Credit () (? int)
+       func (@"".l·2 @"".Link "esc:0x0") Current () (? @"".Delivery)
+       func (@"".l·2 @"".Link "esc:0x0") Delivery (@"".tag·3 string 
"esc:0x0") (? @"".Delivery)
+       func (@"".l·1 @"".Link "esc:0x0") Detach ()
+       func (@"".l·1 @"".Link "esc:0x0") Drain (@"".credit·2 int)
+       func (@"".l·2 @"".Link "esc:0x0") Drained () (? int)
+       func (@"".l·2 @"".Link "esc:0x0") Draining () (? bool)
+       func (@"".l·2 @"".Link "esc:0x0") Error () (? error)
+       func (@"".l·1 @"".Link "esc:0x0") Flow (@"".credit·2 int)
+       func (@"".l·1 @"".Link "esc:0x0") Free ()
+       func (@"".l·2 @"".Link "esc:0x0") IsDrain () (? bool)
+       func (@"".l·2 @"".Link "esc:0x0") IsNil () (? bool) { return 
@"".l·2.@"".pn == nil }
+       func (@"".l·2 @"".Link "esc:0x0") IsReceiver () (? bool)
+       func (@"".l·2 @"".Link "esc:0x0") IsSender () (? bool)
+       func (@"".l·2 @"".Link "esc:0x0") Name () (? string)
+       func (@"".l·2 @"".Link "esc:0x0") Next (@"".state·3 @"".State) (? 
@"".Link)
+       func (@"".l·1 @"".Link "esc:0x0") Offered (@"".credit·2 int)
+       func (@"".l·1 @"".Link "esc:0x0") Open ()
+       func (@"".l·2 @"".Link "esc:0x0") Queued () (? int)
+       func (@"".l·2 @"".Link "esc:0x0") RcvSettleMode () (? 
@"".RcvSettleMode)
+       func (@"".l·2 @"".Link "esc:0x0") Recv (@"".buf·3 []byte "esc:0x0") 
(? int)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteCondition () (? @"".Condition)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteCredit () (? int)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteRcvSettleMode () (? 
@"".RcvSettleMode)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteSndSettleMode () (? 
@"".SndSettleMode)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteSource () (? @"".Terminus)
+       func (@"".l·2 @"".Link "esc:0x0") RemoteTarget () (? @"".Terminus)
+       func (@"".link·3 @"".Link "esc:0x0") Send (@"".m·4 
@"qpid.apache.org/proton/go/amqp".Message) (? @"".Delivery, ? error)
+       func (@"".l·2 @"".Link "esc:0x0") SendBytes (@"".bytes·3 []byte 
"esc:0x0") (? int)
+       func (@"".l·2 @"".Link "esc:0x0") Session () (? @"".Session)
+       func (@"".l·1 @"".Link "esc:0x0") SetDrain (@"".drain·2 bool)
+       func (@"".l·1 @"".Link "esc:0x0") SetRcvSettleMode (@"".mode·2 
@"".RcvSettleMode)
+       func (@"".l·1 @"".Link "esc:0x0") SetSndSettleMode (@"".mode·2 
@"".SndSettleMode)
+       func (@"".l·2 @"".Link "esc:0x0") SndSettleMode () (? 
@"".SndSettleMode)
+       func (@"".l·2 @"".Link "esc:0x0") Source () (? @"".Terminus)
+       func (@"".l·2 @"".Link "esc:0x0") State () (? @"".State)
+       func (@"".l·2 @"".Link "esc:0x0") String () (? string)
+       func (@"".l·2 @"".Link "esc:0x0") Target () (? @"".Terminus)
+       func (@"".l·2 @"".Link "esc:0x0") Unsettled () (? int)
+       type @"".Connection struct { @"".pn *@""._Ctype_struct_pn_connection_t }
+       func (@"".c·1 @"".Connection "esc:0x0") Close ()
+       func (@"".c·2 @"".Connection "esc:0x0") Condition () (? @"".Condition)
+       func (@"".c·2 @"".Connection "esc:0x0") Container () (? string)
+       func (@"".c·2 @"".Connection "esc:0x0") DesiredCapabilities () (? 
@"".Data)
+       func (@"".c·2 @"".Connection "esc:0x0") Error () (? error)
+       func (@"".c·1 @"".Connection "esc:0x0") Free ()
+       func (@"".c·2 @"".Connection "esc:0x0") Hostname () (? string)
+       func (@"".c·2 @"".Connection "esc:0x0") IsNil () (? bool) { return 
@"".c·2.@"".pn == nil }
+       func (@"".c·2 @"".Connection "esc:0x0") LinkHead (@"".s·3 @"".State) 
(? @"".Link)
+       func (@"".c·2 @"".Connection "esc:0x0") Links (@"".state·3 @"".State) 
(@"".links·1 []@"".Link)
+       func (@"".c·2 @"".Connection "esc:0x0") OfferedCapabilities () (? 
@"".Data)
+       func (@"".c·1 @"".Connection "esc:0x0") Open ()
+       func (@"".c·2 @"".Connection "esc:0x0") Properties () (? @"".Data)
+       func (@"".c·2 @"".Connection "esc:0x0") Pump () (? *@"".Pump)
+       func (@"".c·1 @"".Connection "esc:0x0") Release ()
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteCondition () (? 
@"".Condition)
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteContainer () (? string)
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteDesiredCapabilities () 
(? @"".Data)
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteHostname () (? string)
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteOfferedCapabilities () 
(? @"".Data)
+       func (@"".c·2 @"".Connection "esc:0x0") RemoteProperties () (? 
@"".Data)
+       func (@"".c·1 @"".Connection "esc:0x0") Reset ()
+       func (@"".c·3 @"".Connection "esc:0x0") Session () (? @"".Session, ? 
error)
+       func (@"".c·2 @"".Connection "esc:0x0") SessionHead (@"".s·3 
@"".State) (? @"".Session)
+       func (@"".c·2 @"".Connection "esc:0x0") Sessions (@"".state·3 
@"".State) (@"".sessions·1 []@"".Session)
+       func (@"".c·1 @"".Connection "esc:0x0") SetContainer (@"".container·2 
string "esc:0x0")
+       func (@"".c·1 @"".Connection "esc:0x0") SetHostname (@"".hostname·2 
string "esc:0x0")
+       func (@"".c·1 @"".Connection "esc:0x0") SetPassword (@"".password·2 
string "esc:0x0")
+       func (@"".c·1 @"".Connection "esc:0x0") SetUser (@"".user·2 string 
"esc:0x0")
+       func (@"".c·2 @"".Connection "esc:0x0") State () (? @"".State)
+       func (@"".c·2 @"".Connection "esc:0x0") String () (? string)
+       func (@"".c·2 @"".Connection "esc:0x0") User () (? string)
+       type @"".Event struct { @"".pn *@""._Ctype_struct_pn_event_t; 
@"".eventType @"".EventType; @"".connection @"".Connection; @"".session 
@"".Session; @"".link @"".Link; @"".delivery @"".Delivery }
+       func (@"".e·2 @"".Event "esc:0x2") Connection () (? @"".Connection) { 
return @"".e·2.@"".connection }
+       func (@"".e·2 @"".Event "esc:0x2") Delivery () (? @"".Delivery) { 
return @"".e·2.@"".delivery }
+       func (@"".e·2 @"".Event "esc:0x0") IsNil () (? bool) { return 
@"".e·2.@"".eventType == @"".EventType(0x0) }
+       func (@"".e·2 @"".Event "esc:0x2") Link () (? @"".Link) { return 
@"".e·2.@"".link }
+       func (@"".e·2 @"".Event "esc:0x2") Session () (? @"".Session) { return 
@"".e·2.@"".session }
+       func (@"".e·2 @"".Event "esc:0x0") String () (? string)
+       func (@"".e·2 @"".Event "esc:0x0") Type () (? @"".EventType) { return 
@"".e·2.@"".eventType }
+       type @"".EventHandler interface { HandleEvent(@"".e @"".Event) (? 
error) }
+       type @"".MessagingEventType int
+       func (@"".t·2 @"".MessagingEventType) String () (? string)
+       type @"".MessagingHandler interface { HandleMessagingEvent(? 
@"".MessagingEventType, ? @"".Event) (? error) }
+       const @"".MStart @"".MessagingEventType = 0x0
+       const @"".MConnectionError @"".MessagingEventType = 0x1
+       const @"".MSessionError @"".MessagingEventType = 0x2
+       const @"".MLinkError @"".MessagingEventType = 0x3
+       const @"".MConnectionOpening @"".MessagingEventType = 0x4
+       const @"".MSessionOpening @"".MessagingEventType = 0x5
+       const @"".MLinkOpening @"".MessagingEventType = 0x6
+       const @"".MConnectionOpened @"".MessagingEventType = 0x7
+       const @"".MSessionOpened @"".MessagingEventType = 0x8
+       const @"".MLinkOpened @"".MessagingEventType = 0x9
+       const @"".MConnectionClosing @"".MessagingEventType = 0xA
+       const @"".MSessionClosing @"".MessagingEventType = 0xB
+       const @"".MLinkClosing @"".MessagingEventType = 0xC
+       const @"".MConnectionClosed @"".MessagingEventType = 0xD
+       const @"".MSessionClosed @"".MessagingEventType = 0xE
+       const @"".MLinkClosed @"".MessagingEventType = 0xF
+       const @"".MConnectionDisconnected @"".MessagingEventType = 0x10
+       const @"".MSessionDisconnected @"".MessagingEventType = 0x11
+       const @"".MLinkDisconnected @"".MessagingEventType = 0x12
+       const @"".MSendable @"".MessagingEventType = 0x13
+       const @"".MAccepted @"".MessagingEventType = 0x14
+       const @"".MRejected @"".MessagingEventType = 0x15
+       const @"".MReleased @"".MessagingEventType = 0x16
+       const @"".MSettled @"".MessagingEventType = 0x17
+       const @"".MMessage @"".MessagingEventType = 0x18
+       const @"".MFinal @"".MessagingEventType = 0x19
+       type @"".Endpoint interface { Close(); Condition() (? @"".Condition); 
Open(); RemoteCondition() (? @"".Condition); State() (? @"".State); String() (? 
string) }
+       type @"".endpointDelegator struct { @"".remoteOpen @"".EventType; 
@"".remoteClose @"".EventType; @"".localOpen @"".EventType; @"".localClose 
@"".EventType; @"".opening @"".MessagingEventType; @"".opened 
@"".MessagingEventType; @"".closing @"".MessagingEventType; @"".closed 
@"".MessagingEventType; @"".error @"".MessagingEventType; @"".endpoint func(? 
@"".Event) (? @"".Endpoint); @"".delegate @"".MessagingHandler }
+       func (@"".d·2 @"".endpointDelegator) HandleEvent (@"".e·3 @"".Event) 
(@"".err·1 error)
+       type @"".MessagingDelegator struct { @"".delegate @"".MessagingHandler; 
@"".connection @"".endpointDelegator; @"".session @"".endpointDelegator; 
@"".link @"".endpointDelegator; @"".handshaker @"".EventHandler; 
@"".flowcontroller @"".EventHandler; AutoSettle bool; AutoAccept bool; Prefetch 
int; PeerCloseError bool }
+       func (@"".d·2 *@"".MessagingDelegator) HandleEvent (@"".e·3 
@"".Event) (? error)
+       func (@"".d·2 *@"".MessagingDelegator) @"".incoming (@"".e·3 
@"".Event) (@"".err·1 error)
+       func (@"".d·2 *@"".MessagingDelegator) @"".outgoing (@"".e·3 
@"".Event) (@"".err·1 error)
+       func @"".NewMessagingDelegator (@"".h·2 @"".MessagingHandler) (? 
*@"".MessagingDelegator)
+       func @"".NewPump (@"".conn·3 @"net".Conn, @"".handlers·4 
...@"".EventHandler) (? *@"".Pump, ? error)
+       func @"".NewData (@"".p·2 @"unsafe".Pointer "esc:0x2") (? @"".Data) { 
return (@"".Data{ @"".pn:(*@""._Ctype_struct_pn_data_t)(@"".p·2) }) }
+       const @"".SLocalUninit @"".State = 0x1
+       const @"".SLocalActive = 0x2
+       const @"".SLocalClosed = 0x4
+       const @"".SRemoteUninit = 0x8
+       const @"".SRemoteActive = 0x10
+       const @"".SRemoteClosed = 0x20
+       func @"".CloseError (@"".e·1 @"".Endpoint, @"".err·2 error)
+       const @"".Received uint64 = 0x23
+       const @"".Accepted = 0x24
+       const @"".Rejected = 0x25
+       const @"".Released = 0x26
+       const @"".Modified = 0x27
+       const @"".EConnectionInit @"".EventType = 0x5
+       const @"".EConnectionBound @"".EventType = 0x6
+       const @"".EConnectionUnbound @"".EventType = 0x7
+       const @"".EConnectionLocalOpen @"".EventType = 0x8
+       const @"".EConnectionRemoteOpen @"".EventType = 0x9
+       const @"".EConnectionLocalClose @"".EventType = 0xA
+       const @"".EConnectionRemoteClose @"".EventType = 0xB
+       const @"".EConnectionFinal @"".EventType = 0xC
+       const @"".ESessionInit @"".EventType = 0xD
+       const @"".ESessionLocalOpen @"".EventType = 0xE
+       const @"".ESessionRemoteOpen @"".EventType = 0xF
+       const @"".ESessionLocalClose @"".EventType = 0x10
+       const @"".ESessionRemoteClose @"".EventType = 0x11
+       const @"".ESessionFinal @"".EventType = 0x12
+       const @"".ELinkInit @"".EventType = 0x13
+       const @"".ELinkLocalOpen @"".EventType = 0x14
+       const @"".ELinkRemoteOpen @"".EventType = 0x15
+       const @"".ELinkLocalClose @"".EventType = 0x16
+       const @"".ELinkRemoteClose @"".EventType = 0x17
+       const @"".ELinkLocalDetach @"".EventType = 0x18
+       const @"".ELinkRemoteDetach @"".EventType = 0x19
+       const @"".ELinkFlow @"".EventType = 0x1A
+       const @"".ELinkFinal @"".EventType = 0x1B
+       const @"".EDelivery @"".EventType = 0x1C
+       const @"".ETransport @"".EventType = 0x1D
+       const @"".ETransportAuthenticated @"".EventType = 0x1E
+       const @"".ETransportError @"".EventType = 0x1F
+       const @"".ETransportHeadClosed @"".EventType = 0x20
+       const @"".ETransportTailClosed @"".EventType = 0x21
+       const @"".ETransportClosed @"".EventType = 0x22
+       const @"".PnSndUnsettled @"".SndSettleMode = 0x0
+       const @"".PnSndSettled @"".SndSettleMode = 0x1
+       const @"".PnSndMixed @"".SndSettleMode = 0x2
+       const @"".PnRcvFirst @"".RcvSettleMode = 0x0
+       const @"".PnRcvSecond @"".RcvSettleMode = 0x1
+       const @"".PnUnspecified @"".TerminusType = 0x0
+       const @"".PnSource @"".TerminusType = 0x1
+       const @"".PnTarget @"".TerminusType = 0x2
+       const @"".PnCoordinator @"".TerminusType = 0x3
+       const @"".PnNondurable @"".Durability = 0x0
+       const @"".PnConfiguration @"".Durability = 0x1
+       const @"".PnDeliveries @"".Durability = 0x2
+       const @"".PnExpireWithLink @"".ExpiryPolicy = 0x0
+       const @"".PnExpireWithSession @"".ExpiryPolicy = 0x1
+       const @"".PnExpireWithConnection @"".ExpiryPolicy = 0x2
+       const @"".PnExpireNever @"".ExpiryPolicy = 0x3
+       const @"".PnDistModeUnspecified @"".DistributionMode = 0x0
+       const @"".PnDistModeCopy @"".DistributionMode = 0x1
+       const @"".PnDistModeMove @"".DistributionMode = 0x2
+       func @"".init ()
+       var @"time".months [12]string
+       var @"time".days [7]string
+       var @"time".Local *@"time".Location
+       var @"time".UTC *@"time".Location
+       const @""._Cconst_PN_LOCAL_MASK = 0x7
+       const @""._Cconst_PN_REMOTE_MASK = 0x38
+
+$$
+_go_.6          0           0     0     644     987291    `
+go object linux amd64 go1.4.2 X:precisestack
+
+!
+go13ldruntime/cgo.asyscall.aHqpid.apache.org/proton/go/interna...@qpid.apache.org/proton/go/amqp.a
+fmt.aio.a
+net.aos.apath.async.areflect.atime.a�""._Cgo_ptr 
H�\$H�\$� "".~r1&type.unsafe.Pointer
"".ptr&type.unsafe.PointerTgclocals·06cab038d51064a089bda21fa03e00f7Tgclocals·3280bececceccd33cb74587feedb1f9flqpid.apache.org/proton/go/reactor/_obj/_cgo_gotypes.go�"""._Cfunc_CString��dH�

%H;aw���H��PH�\$`H��H�$H�H���H�t$H�t$
 
H�t$H����H��@H��@H�L$HH�T$XH�L$`H�D$@H�L$0H9�}H��H�t$8H�4$H�T$(H�T$H�D$�H�D$`H�\$H��t%H=@sH��H�\$
 H�\$hH��P����׉�t���
+ 0runtime.morestack_noctxtR.""._cgo_runtime_cmalloc`
+�runtime.memmove�$runtime.panicindex0�"".autotmp_0015type.uintptr"".autotmp_0014type.int"".autotmp_0013Otype.string"".autotmp_0012/type.[]uint8"".autotmp_0011type.int
+"".ppo.type.*[1073741824]uint8"".p_&type.unsafe.Pointer"".~r1 
(type.*""._Ctype_char"".stype.string�����$�[0b3Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8fTgclocals·283619d6755c7337ece602447ba790ff�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�$""._Cfunc_GoString��dH�
%H;aw���H��H�D$(H�D$0H�\$ 
H�$H�H���H�L$H�D$H�L$(H�D$0H���
+ 0runtime.morestack_noctxtp0""._cgo_runtime_gostring~
+00"".~r1type.string"".p(type.*""._Ctype_char0?/`
�,4
+?!Tgclocals·a08e9001cb8f9d822225de3b8e406515Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�&""._Cfunc_GoStringN��dH�
%H;aw���H�� 
H�D$8H�D$@H�\$(H�$Hc\$0H�\$H�H���H�L$H�D$H�L$8H�D$@H��
 �
+ 
0runtime.morestack_noctxt�2""._cgo_runtime_gostringn�
+@@"".~r2 
type.string"".l$type.""._Ctype_int"".p(type.*""._Ctype_char@I?
p�,D
+I'Tgclocals·6a2e5ab2d393a1bfd331903fbd0fd425Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�""._Cfunc_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN>""._cgo_307d13c7f705_Cfunc_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0&type.unsafe.Pointer0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�
 ""._Cfunc_memcpy��dH�
%H;aw���H��H�D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLB""._cgo_307d13c7f705_Cfunc_memcpyv:""._cgo_runtime_cgocall_errno�
+@0
+"".r10&type.unsafe.Pointer
+"".p2 *type.""._Ctype_size_t
+"".p1&type.unsafe.Pointer
+"".p0&type.unsafe.Pointer0./P�#!
+BTgclocals·a05343871e6f69ae44bc4db2bd3d1078Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�,""._Cfunc_pn_collector��dH�
%H;aw���H��H�D$ H�D$ H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^N""._cgo_307d13c7f705_Cfunc_pn_collector�:""._cgo_runtime_cgocall_errno�
+0
+"".r1Jtype.*""._Ctype_struct_pn_collector_t07/`�,!
+KTgclocals·e1ae6533a9e39048ba0735a2264ce16aTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_collector_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNX""._cgo_307d13c7f705_Cfunc_pn_collector_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Jtype.*""._Ctype_struct_pn_collector_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_collector_peek��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_collector_peekv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Btype.*""._Ctype_struct_pn_event_t
+"".p0Jtype.*""._Ctype_struct_pn_collector_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�4""._Cfunc_pn_collector_pop��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDV""._cgo_307d13c7f705_Cfunc_pn_collector_popn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Jtype.*""._Ctype_struct_pn_collector_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_condition_clear��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNZ""._cgo_307d13c7f705_Cfunc_pn_condition_clearx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�L""._Cfunc_pn_condition_get_description��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLn""._cgo_307d13c7f705_Cfunc_pn_condition_get_descriptionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�>""._Cfunc_pn_condition_get_name��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL`""._cgo_307d13c7f705_Cfunc_pn_condition_get_namev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_condition_info��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_condition_infov:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�D""._Cfunc_pn_condition_is_redirect��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDf""._cgo_307d13c7f705_Cfunc_pn_condition_is_redirectn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_condition_is_set��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD\""._cgo_307d13c7f705_Cfunc_pn_condition_is_setn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_condition_redirect_host��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLj""._cgo_307d13c7f705_Cfunc_pn_condition_redirect_hostv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_condition_redirect_port��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJj""._cgo_307d13c7f705_Cfunc_pn_condition_redirect_portt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0-/  P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�L""._Cfunc_pn_condition_set_description��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJn""._cgo_307d13c7f705_Cfunc_pn_condition_set_descriptiont:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0-/  P�"!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�>""._Cfunc_pn_condition_set_name��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJ`""._cgo_307d13c7f705_Cfunc_pn_condition_set_namet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Jtype.*""._Ctype_struct_pn_condition_t0-/  P�"!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_connection��dH�
%H;aw���H��H�D$ H�D$ H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^P""._cgo_307d13c7f705_Cfunc_pn_connection�:""._cgo_runtime_cgocall_errno�
+0
+"".r1Ltype.*""._Ctype_struct_pn_connection_t07/`�,!
+KTgclocals·e1ae6533a9e39048ba0735a2264ce16aTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_connection_close��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN\""._cgo_307d13c7f705_Cfunc_pn_connection_closex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�>""._Cfunc_pn_connection_collect��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN`""._cgo_307d13c7f705_Cfunc_pn_connection_collectx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1Jtype.*""._Ctype_struct_pn_collector_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·e8c55b930b09fa5028b5e4b78b8932dcTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�B""._Cfunc_pn_connection_condition��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLd""._cgo_307d13c7f705_Cfunc_pn_connection_conditionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Jtype.*""._Ctype_struct_pn_condition_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�X""._Cfunc_pn_connection_desired_capabilities��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLz""._cgo_307d13c7f705_Cfunc_pn_connection_desired_capabilitiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_connection_error��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL\""._cgo_307d13c7f705_Cfunc_pn_connection_errorv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Btype.*""._Ctype_struct_pn_error_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_connection_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNZ""._cgo_307d13c7f705_Cfunc_pn_connection_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�J""._Cfunc_pn_connection_get_container��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLl""._cgo_307d13c7f705_Cfunc_pn_connection_get_containerv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_connection_get_hostname��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLj""._cgo_307d13c7f705_Cfunc_pn_connection_get_hostnamev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�@""._Cfunc_pn_connection_get_user��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLb""._cgo_307d13c7f705_Cfunc_pn_connection_get_userv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�X""._Cfunc_pn_connection_offered_capabilities��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLz""._cgo_307d13c7f705_Cfunc_pn_connection_offered_capabilitiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_connection_open��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNZ""._cgo_307d13c7f705_Cfunc_pn_connection_openx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�D""._Cfunc_pn_connection_properties��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLf""._cgo_307d13c7f705_Cfunc_pn_connection_propertiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�>""._Cfunc_pn_connection_release��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN`""._cgo_307d13c7f705_Cfunc_pn_connection_releasex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�P""._Cfunc_pn_connection_remote_condition��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLr""._cgo_307d13c7f705_Cfunc_pn_connection_remote_conditionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Jtype.*""._Ctype_struct_pn_condition_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�P""._Cfunc_pn_connection_remote_container��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLr""._cgo_307d13c7f705_Cfunc_pn_connection_remote_containerv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�f""._Cfunc_pn_connection_remote_desired_capabilities��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL�""._cgo_307d13c7f705_Cfunc_pn_connection_remote_desired_capabilitiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�N""._Cfunc_pn_connection_remote_hostname��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLp""._cgo_307d13c7f705_Cfunc_pn_connection_remote_hostnamev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�f""._Cfunc_pn_connection_remote_offered_capabilities��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL�""._cgo_307d13c7f705_Cfunc_pn_connection_remote_offered_capabilitiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�R""._Cfunc_pn_connection_remote_properties��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLt""._cgo_307d13c7f705_Cfunc_pn_connection_remote_propertiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_connection_reset��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN\""._cgo_307d13c7f705_Cfunc_pn_connection_resetx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�J""._Cfunc_pn_connection_set_container��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNl""._cgo_307d13c7f705_Cfunc_pn_connection_set_containerx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·e8c55b930b09fa5028b5e4b78b8932dcTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_connection_set_hostname��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNj""._cgo_307d13c7f705_Cfunc_pn_connection_set_hostnamex:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·e8c55b930b09fa5028b5e4b78b8932dcTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_connection_set_password��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNj""._cgo_307d13c7f705_Cfunc_pn_connection_set_passwordx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·e8c55b930b09fa5028b5e4b78b8932dcTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�@""._Cfunc_pn_connection_set_user��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNb""._cgo_307d13c7f705_Cfunc_pn_connection_set_userx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.*""._Ctype_char
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0//P�$!
+C
Tgclocals·e8c55b930b09fa5028b5e4b78b8932dcTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_connection_state��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJ\""._cgo_307d13c7f705_Cfunc_pn_connection_statet:""._cgo_runtime_cgocall_errno�
+ 0
+"".r12type.""._Ctype_pn_state_t
+"".p0Ltype.*""._Ctype_struct_pn_connection_t0-/ P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_data_clear��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNP""._cgo_307d13c7f705_Cfunc_pn_data_clearx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_data_error��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLP""._cgo_307d13c7f705_Cfunc_pn_data_errorv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Btype.*""._Ctype_struct_pn_error_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�,""._Cfunc_pn_data_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNN""._cgo_307d13c7f705_Cfunc_pn_data_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�0""._Cfunc_pn_data_rewind��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNR""._cgo_307d13c7f705_Cfunc_pn_data_rewindx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�*""._Cfunc_pn_delivery��dH�
%H;aw���H��H�D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLL""._cgo_307d13c7f705_Cfunc_pn_deliveryv:""._cgo_runtime_cgocall_errno�
+@0
+"".r10Htype.*""._Ctype_struct_pn_delivery_t
+"".p12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_link_t0./P�#!
+BTgclocals·9d50c2650bd14b076465d970d8016122Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�<""._Cfunc_pn_delivery_buffered��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD^""._cgo_307d13c7f705_Cfunc_pn_delivery_bufferedn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_delivery_clear��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNX""._cgo_307d13c7f705_Cfunc_pn_delivery_clearx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_delivery_current��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD\""._cgo_307d13c7f705_Cfunc_pn_delivery_currentn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�4""._Cfunc_pn_delivery_dump��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNV""._cgo_307d13c7f705_Cfunc_pn_delivery_dumpx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�4""._Cfunc_pn_delivery_link��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLV""._cgo_307d13c7f705_Cfunc_pn_delivery_linkv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_link_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_delivery_local��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_delivery_localv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Ntype.*""._Ctype_struct_pn_disposition_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�B""._Cfunc_pn_delivery_local_state��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLd""._cgo_307d13c7f705_Cfunc_pn_delivery_local_statev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint64_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_delivery_partial��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD\""._cgo_307d13c7f705_Cfunc_pn_delivery_partialn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_delivery_pending��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL\""._cgo_307d13c7f705_Cfunc_pn_delivery_pendingv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1*type.""._Ctype_size_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�<""._Cfunc_pn_delivery_readable��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD^""._cgo_307d13c7f705_Cfunc_pn_delivery_readablen:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_delivery_remote��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLZ""._cgo_307d13c7f705_Cfunc_pn_delivery_remotev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Ntype.*""._Ctype_struct_pn_disposition_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�D""._Cfunc_pn_delivery_remote_state��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLf""._cgo_307d13c7f705_Cfunc_pn_delivery_remote_statev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint64_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_delivery_settle��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNZ""._cgo_307d13c7f705_Cfunc_pn_delivery_settlex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_delivery_settled��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD\""._cgo_307d13c7f705_Cfunc_pn_delivery_settledn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�2""._Cfunc_pn_delivery_tag��dH�
%H;aw���H��H�D$(H�D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^T""._cgo_307d13c7f705_Cfunc_pn_delivery_tag�:""._cgo_runtime_cgocall_errno�
+00
+"".r12type.""._Ctype_struct___0
+"".p0Htype.*""._Ctype_struct_pn_delivery_t07/`�,!
+KTgclocals·fd048cbd93869b53d7c80f9fed37c06cTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�8""._Cfunc_pn_delivery_update��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNZ""._cgo_307d13c7f705_Cfunc_pn_delivery_updatex:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1.type.""._Ctype_uint64_t
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0//P�$!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_delivery_updated��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD\""._cgo_307d13c7f705_Cfunc_pn_delivery_updatedn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�<""._Cfunc_pn_delivery_writable��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD^""._cgo_307d13c7f705_Cfunc_pn_delivery_writablen:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Htype.*""._Ctype_struct_pn_delivery_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�H""._Cfunc_pn_disposition_annotations��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLj""._cgo_307d13c7f705_Cfunc_pn_disposition_annotationsv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�D""._Cfunc_pn_disposition_condition��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLf""._cgo_307d13c7f705_Cfunc_pn_disposition_conditionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Jtype.*""._Ctype_struct_pn_condition_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_disposition_data��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL\""._cgo_307d13c7f705_Cfunc_pn_disposition_datav:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�V""._Cfunc_pn_disposition_get_section_number��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJx""._cgo_307d13c7f705_Cfunc_pn_disposition_get_section_numbert:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint32_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0-/        P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�V""._Cfunc_pn_disposition_get_section_offset��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLx""._cgo_307d13c7f705_Cfunc_pn_disposition_get_section_offsetv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint64_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�D""._Cfunc_pn_disposition_is_failed��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDf""._cgo_307d13c7f705_Cfunc_pn_disposition_is_failedn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�R""._Cfunc_pn_disposition_is_undeliverable��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDt""._cgo_307d13c7f705_Cfunc_pn_disposition_is_undeliverablen:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�F""._Cfunc_pn_disposition_set_failed��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNh""._cgo_307d13c7f705_Cfunc_pn_disposition_set_failedx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.""._Ctype__Bool
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0//P�$!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�V""._Cfunc_pn_disposition_set_section_number��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNx""._cgo_307d13c7f705_Cfunc_pn_disposition_set_section_numberx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1.type.""._Ctype_uint32_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0//P�$!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�V""._Cfunc_pn_disposition_set_section_offset��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNx""._cgo_307d13c7f705_Cfunc_pn_disposition_set_section_offsetx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1.type.""._Ctype_uint64_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0//P�$!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�T""._Cfunc_pn_disposition_set_undeliverable��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNv""._cgo_307d13c7f705_Cfunc_pn_disposition_set_undeliverablex:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1(type.""._Ctype__Bool
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0//P�      $!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_disposition_type��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL\""._cgo_307d13c7f705_Cfunc_pn_disposition_typev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint64_t
+"".p0Ntype.*""._Ctype_struct_pn_disposition_t0./P�      #!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�"""._Cfunc_pn_dtag��dH�
%H;aw���H��H�D$0H�D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^D""._cgo_307d13c7f705_Cfunc_pn_dtag�:""._cgo_runtime_cgocall_errno�
+@0
+"".r1 2type.""._Ctype_struct___0
+"".p1*type.""._Ctype_size_t
+"".p0(type.*""._Ctype_char07/`� ,!
+KTgclocals·2ab34f76b7fe498424f2c49491d7ce91Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_event_connection��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL\""._cgo_307d13c7f705_Cfunc_pn_event_connectionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Ltype.*""._Ctype_struct_pn_connection_t
+"".p0Btype.*""._Ctype_struct_pn_event_t0./P�    #!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_event_delivery��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_event_deliveryv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Htype.*""._Ctype_struct_pn_delivery_t
+"".p0Btype.*""._Ctype_struct_pn_event_t0./P�    #!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_event_link��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLP""._cgo_307d13c7f705_Cfunc_pn_event_linkv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_link_t
+"".p0Btype.*""._Ctype_struct_pn_event_t0./P�    #!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�4""._Cfunc_pn_event_session��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLV""._cgo_307d13c7f705_Cfunc_pn_event_sessionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Ftype.*""._Ctype_struct_pn_session_t
+"".p0Btype.*""._Ctype_struct_pn_event_t0./P�    #!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_event_type��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJP""._cgo_307d13c7f705_Cfunc_pn_event_typet:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1<type.""._Ctype_pn_event_type_t
+"".p0Btype.*""._Ctype_struct_pn_event_t0-/      P�       "!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_flowcontroller��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_flowcontrollerv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Ftype.*""._Ctype_struct_pn_handler_t
+"".p0$type.""._Ctype_int0./P�   #!
+BTgclocals·8512b64a8c2de1386e17b894ea692148Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�:""._Cfunc_pn_handler_dispatch��dH�
%H;aw���H��H�\$8H�\$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN\""._cgo_307d13c7f705_Cfunc_pn_handler_dispatchx:""._cgo_runtime_cgocall_errno�
+00
+"".r10&type.""._Ctype_void
+"".p2 <type.""._Ctype_pn_event_type_t
+"".p1Btype.*""._Ctype_struct_pn_event_t
+"".p0Ftype.*""._Ctype_struct_pn_handler_t0//P�  $!
+C
Tgclocals·72c306c66d827d7caa50958774c351b5Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�2""._Cfunc_pn_handler_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNT""._cgo_307d13c7f705_Cfunc_pn_handler_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ftype.*""._Ctype_struct_pn_handler_t0//P�  $!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�2""._Cfunc_pn_link_advance��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDT""._cgo_307d13c7f705_Cfunc_pn_link_advancen:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_link_t0*/P�
+!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_link_available��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_307d13c7f705_Cfunc_pn_link_availablet:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_link_t0-/       P�
+"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_link_close��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNP""._cgo_307d13c7f705_Cfunc_pn_link_closex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_link_t0//P�
+$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�6""._Cfunc_pn_link_condition��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_307d13c7f705_Cfunc_pn_link_conditionv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Jtype.*""._Ctype_struct_pn_condition_t
+"".p0@type.*""._Ctype_struct_pn_link_t0./P�
+#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�0""._Cfunc_pn_link_credit��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJR""._cgo_307d13c7f705_Cfunc_pn_link_creditt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_link_t0-/       P�
+"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�2""._Cfunc_pn_link_current��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLT""._cgo_307d13c7f705_Cfunc_pn_link_currentv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Htype.*""._Ctype_struct_pn_delivery_t
+"".p0@type.*""._Ctype_struct_pn_link_t0./P�
+#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�0""._Cfunc_pn_link_detach��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNR""._cgo_307d13c7f705_Cfunc_pn_link_detachx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_link_t0//P�
+$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�.""._Cfunc_pn_link_drain��dH�
%H;aw���H��H�\$0H�\$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNP""._cgo_307d13c7f705_Cfunc_pn_link_drainx:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1 &type.""._Ctype_void
+"".p1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_link_t0//P�
+$!
+C
Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�2""._Cfunc_pn_link_drained��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJT""._cgo_307d13c7f705_Cfunc_pn_link_drainedt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_link_t0-/       P�
+"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/reactor/�

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to