Merge branch 'master' into newcache

This commit is contained in:
Radu Ioan Fericean
2016-08-16 18:12:30 +03:00
9 changed files with 132 additions and 29 deletions

View File

@@ -302,7 +302,7 @@ func (rls *ResourceLimiterService) V1ResourceLimitsForEvent(ev map[string]interf
return nil
}
// Alias API for external usage
// Alias API for external use
func (rls *ResourceLimiterService) ResourceLimitsForEvent(ev map[string]interface{}, reply *[]*ResourceLimit) error {
return rls.V1ResourceLimitsForEvent(ev, reply)
}