remove freeswitch's privates (couldn't resist)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@677 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-02-26 04:52:34 +00:00
parent c30a71fa9c
commit 14072e8725
13 changed files with 64 additions and 64 deletions
+6 -6
View File
@@ -186,7 +186,7 @@ struct switch_endpoint_interface {
const switch_state_handler_table *state_handler;
/*! private information */
void *private;
void *private_info;
/* to facilitate linking */
const struct switch_endpoint_interface *next;
@@ -207,7 +207,7 @@ struct switch_timer {
/*! the timer's memory pool */
switch_memory_pool *memory_pool;
/*! private data for loadable modules to store information */
void *private;
void *private_info;
};
/*! \brief A table of functions that a timer module implements */
@@ -276,7 +276,7 @@ struct switch_file_handle {
/*! the handle's memory pool */
switch_memory_pool *memory_pool;
/*! private data for the format module to store handle specific info */
void *private;
void *private_info;
};
@@ -316,7 +316,7 @@ struct switch_speech_handle {
/*! the handle's memory pool */
switch_memory_pool *memory_pool;
/*! private data for the format module to store handle specific info */
void *private;
void *private_info;
};
@@ -349,7 +349,7 @@ struct switch_directory_handle {
/*! the handle's memory pool */
switch_memory_pool *memory_pool;
/*! private data for the format module to store handle specific info */
void *private;
void *private_info;
};
@@ -403,7 +403,7 @@ struct switch_codec {
/*! the handle's memory pool*/
switch_memory_pool *memory_pool;
/*! private data for the codec module to store handle specific info */
void *private;
void *private_info;
};
/*! \brief A table of settings and callbacks that define a paticular implementation of a codec */