Changeset b8b2e3d in nscp


Ignore:
Timestamp:
01/20/12 00:15:16 (16 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
f19371a
Parents:
2ec2eb6
Message:

minor linux type issue...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nsca/nsca_packet.hpp

    r2ec2eb6 rb8b2e3d  
    200200      parse(buffer); 
    201201    } 
    202     __int32 ptime_to_unixtime(boost::posix_time::ptime now) { 
     202    u_int32_t ptime_to_unixtime(boost::posix_time::ptime now) { 
    203203      //boost::posix_time::ptime now = boost::posix_time::second_clock::local_time(); 
    204204      boost::posix_time::ptime time_t_epoch(boost::gregorian::date(1970,1,1));  
Note: See TracChangeset for help on using the changeset viewer.