Skip to content

Commit

Permalink
Added unix_path to Configration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Apr 6, 2012
1 parent 7163357 commit 39754b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ruby/trema/dsl/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ class Configuration
#
attr_accessor :port

#
# set/get the port number for switch manager to listen to
#
# @example
# config.port = 5432
#
# @return [Number]
#
attr_accessor :unix_path

#
# use tremashark?
#
Expand Down

0 comments on commit 39754b9

Please sign in to comment.