Changes between Version 11 and Version 12 of UHTutorial


Ignore:
Timestamp:
02/04/14 13:07:21 (10 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UHTutorial

    v11 v12  
    208208class MPrt < OML4R::MPBase
    209209   name :pingrt
    210    param :pktsnt1, :type => :integer
    211    param :pktsnt2, :type => :integer
     210   param :pktsnt1, :type => :uint64
     211   param :pktsnt2, :type => :uint64
    212212   param :host, :type => :string
    213213end
     
    215215class MPrl < OML4R::MPBase
    216216   name :pingrl
    217    param :totpktrec, :type => :integer
    218    param :numofpkt1, :type => :integer
    219    param :numofpkt2, :type => :integer
     217   param :totpktrec, :type => :uint64
     218   param :numofpkt1, :type => :uint64
     219   param :numofpkt2, :type => :uint64
    220220   param :dest_hw_addr, :type => :string
    221221end