Explorar el Código

more comments

Jiri Kuthan hace 23 años
padre
commit
05638fe889
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules/tm/uac.h

+ 1 - 0
modules/tm/uac.h

@@ -31,6 +31,7 @@ void generate_callid();
 typedef int (*tuac_f)(str *msg_type, str *dst, str *headers,str *body,
 	transaction_cb completion_cb );
 
+/* transactional UAC; look for an example of usage at fifo_uac */
 int t_uac( 
 	/* MESSAGE, OPTIONS, etc. */
 	str *msg_type,