summaryrefslogtreecommitdiff
path: root/deps/rabbit/include/vhost.hrl
blob: d3abc0dd2a5da18130f0979b53674eb0a6445cbd (plain)
1
2
3
4
5
6
-include("vhost_v1.hrl").
-include("vhost_v2.hrl").

-define(is_vhost(V),
        (?is_vhost_v2(V) orelse
         ?is_vhost_v1(V))).