| 
    design_pattern_for_c
    V 1.00
    
   | 
 
#include "publisher.h"#include "event_threadpool.h"#include <sys/types.h>#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| static void | event_publish (int socketfd, int eventflag, void *event_arg) | 
| static void | add_event_publisher (EventTPoolManager tpool) | 
| void | publisher_notify (int publish_type, void *detail, void *ctx) | 
| int | main () | 
      
  | 
  static | 
      
  | 
  static |