aboutsummaryrefslogtreecommitdiff
path: root/nexgb/auto_xselinux.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/auto_xselinux.go')
-rw-r--r--nexgb/auto_xselinux.go16
1 files changed, 10 insertions, 6 deletions
diff --git a/nexgb/auto_xselinux.go b/nexgb/auto_xselinux.go
index e3dfbf3..a51346a 100644
--- a/nexgb/auto_xselinux.go
+++ b/nexgb/auto_xselinux.go
@@ -1,7 +1,7 @@
package xgb
/*
- This file was generated by xselinux.xml on May 6 2012 5:48:48pm EDT.
+ This file was generated by xselinux.xml on May 7 2012 9:17:58pm EDT.
This file is automatically generated. Edit at your peril!
*/
@@ -16,7 +16,7 @@ func (c *Conn) XselinuxInit() error {
case err != nil:
return err
case !reply.Present:
- return newError("No extension named SELinux could be found on on the server.")
+ return errorf("No extension named SELinux could be found on on the server.")
}
c.extLock.Lock()
@@ -24,6 +24,9 @@ func (c *Conn) XselinuxInit() error {
for evNum, fun := range newExtEventFuncs["SELinux"] {
newEventFuncs[int(reply.FirstEvent)+evNum] = fun
}
+ for errNum, fun := range newExtErrorFuncs["SELinux"] {
+ newErrorFuncs[int(reply.FirstError)+errNum] = fun
+ }
c.extLock.Unlock()
return nil
@@ -31,12 +34,9 @@ func (c *Conn) XselinuxInit() error {
func init() {
newExtEventFuncs["SELinux"] = make(map[int]newEventFun)
+ newExtErrorFuncs["SELinux"] = make(map[int]newErrorFun)
}
-// Skipping definition for base type 'Bool'
-
-// Skipping definition for base type 'Float'
-
// Skipping definition for base type 'Id'
// Skipping definition for base type 'Card8'
@@ -59,6 +59,10 @@ func init() {
// Skipping definition for base type 'Double'
+// Skipping definition for base type 'Bool'
+
+// Skipping definition for base type 'Float'
+
// 'XselinuxListItem' struct definition
// Size: ((12 + pad((int(ObjectContextLen) * 1))) + pad((int(DataContextLen) * 1)))
type XselinuxListItem struct {