libamxp  1.4.0
Patterns C Implementation
amxp_proc_info.h File Reference

Ambiorix process information. More...

#include <stdint.h>
#include <amxc/amxc_llist.h>

Go to the source code of this file.

Data Structures

struct  _proc_info
 Structure containing the process information. More...
 

Typedefs

typedef struct _proc_info amxp_proc_info_t
 Structure containing the process information. More...
 

Functions

void amxp_proci_free_it (amxc_llist_it_t *it)
 Delete a amxp_proc_info_t by it is linked list iterator. More...
 
int amxp_proci_findf (amxc_llist_t *result, const char *filter,...)
 Build a linked list of running processes. More...
 

Detailed Description

Ambiorix process information.

Definition in file amxp_proc_info.h.