evas/cserve2: Add functions to resize shm files
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 18 Jul 2013 10:21:58 +0000 (19:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:12 +0000 (15:47 +0900)
commitdeb8776de5b46e280371fc0db894db96287cf681
treee2be62905988d20087a6e5a247aa173f4e359c5c
parent781c2e26e545586378c07339154c50a500b14b99
evas/cserve2: Add functions to resize shm files

- cserve2_shm_segment_request()
Creates a new shm segment (Shm_Handle) from an existing file,
without changing the current mmap.

- cserve2_shm_resize()
Grows the file and remaps in memory (new virtual address).

- cserve2_shm_id_get()
Returns the shm creation ID.
src/bin/evas/evas_cserve2.h
src/bin/evas/evas_cserve2_shm.c