mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
change a few things to allow timers to generate timestamps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4452 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -63,7 +63,7 @@ struct switch_frame {
|
||||
/*! the payload of the frame */
|
||||
switch_payload_t payload;
|
||||
/*! the timestamp of the frame */
|
||||
uint32_t timestamp;
|
||||
switch_size_t timestamp;
|
||||
/*! frame flags */
|
||||
switch_frame_flag_t flags;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user