Thanks for information.
2015-10-07 2:56 GMT+03:00 Kurtis Rader :
> On Tue, Oct 6, 2015 at 4:08 PM, Suat Furkan Kahya
> wrote:
>
>> i have a struct and 2 modules
>>
>> typedef struct person{
>>
>>char *name;
>> int id;
>> };Person
>>
>> 1-mod_person_adder -> add ne
On Tue, Oct 6, 2015 at 4:08 PM, Suat Furkan Kahya
wrote:
> i have a struct and 2 modules
>
> typedef struct person{
>
>char *name;
> int id;
> };Person
>
> 1-mod_person_adder -> add new person to system.
> 2-mod_person_counter -> counts total person number in syste
i have a struct and 2 modules
typedef struct person{
char *name;
int id;
};Person
1-mod_person_adder -> add new person to system.
2-mod_person_counter -> counts total person number in system.
let say i allocate memory using mod_person_adder module
apr_palloc(r->